Closed challs closed 8 years ago
This is useful when additional SSL context is required, for example to specify a client certificate or specify ciphers.
Extend the GenericTicketConnector constructor to accept an SSL context. This is then passed to urllib2.urlopen.
Makes sense to include this. Thanks @challs
This is useful when additional SSL context is required, for example to specify a client certificate or specify ciphers.
Extend the GenericTicketConnector constructor to accept an SSL context. This is then passed to urllib2.urlopen.