Modify ↓
Opened 14 years ago
#8607 new defect
untrusted server cert support
Reported by: | imanzuk | Owned by: | Yuji OKAZAKI |
---|---|---|---|
Priority: | normal | Component: | VisualBasicTracConnectorIntegration |
Severity: | blocker | Keywords: | certificate |
Cc: | Trac Release: | 0.11 |
Description
Trying to connect to our server I realized that untrusted (self-signed) server certificate is not supported (r9953).
The solution is a patch for TracXMLRPC.getMember: add the following line right after Set smlSv = CreateObject...
xmlSv.setOption(2) = "13056" 'SXH_OPTION_SELECT_CLIENT_SSL_CERT
see http://msdn.microsoft.com/en-us/library/ms763811(v=vs.85).aspx
Attachments (0)
Note: See
TracTickets for help on using
tickets.