Files
deb-python-websocket-client/websocket
robviaas bc31edf48b Fix issue #207, Client certificates do not work with 2.7.9+ and 3.2+
(https://github.com/liris/websocket-client/issues/207)
By observing the certfile argument, we can load the cert chain using
the certfile, keyfile and password sslopt values.
A more complete fix might allow us to pass in the SSLContext (rather
than creating it on each connection), which would allow the caller
to set all SSL options prior to calling create_connection() - this
option was passed over as it required more extensive changes.
2015-09-20 20:41:33 +00:00
..
2015-05-07 09:27:52 +09:00
2015-06-24 11:49:18 +09:00
2015-07-10 11:55:05 -07:00
2015-07-30 09:17:24 +09:00
2015-07-30 10:30:12 +09:00
2015-07-30 09:31:36 +09:00
2015-07-30 09:31:36 +09:00
2015-04-17 09:35:37 +09:00
2015-03-25 09:13:08 +09:00
2015-07-10 11:55:05 -07:00
2014-03-18 10:30:55 +09:00