Ticket #8607 (new defect)

Opened 2 years ago

untrusted server cert support

Reported by: imanzuk Assigned to: 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


Add/Change #8607 (untrusted server cert support)




Change Properties
Action