I\'m working on a simple script that involves CAS, jspring security check, redirection, etc. I would like to use Kenneth Reitz\'s python requests because it\'s a great piec
After hours of debugging I could only get this to work using the following packages:
requests[security]==2.7.0 # not 2.18.1 cryptography==1.9 # not 2.0
using OpenSSL 1.0.2g 1 Mar 2016
OpenSSL 1.0.2g 1 Mar 2016
Without these packages verify=False was not working.
verify=False
I hope this helps someone.