Skip to content

SSL improvements (?)

Woob Import requested to merge sslfix into master

Untested. Related to !264 (closed).

Also, I figure the meaning of using ssl.PROTOCOL_TLSv1 is actually ssl.PROTOCOL_TLS with the option OP_NO_SSLv3. However, requests doesn't allow us to set that easily. Maybe contributing that option would help.

Merge request reports