Modify

Opened 13 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)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Yuji OKAZAKI.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.