Python Requests throwing "SSLError"
I'm working on a simple script that involves CAS, Spring Framework security check, redirection, etc. I would like to use Kenneth Reitz's Python Requests, because it's a great piece of work! Howeve...