Message10095

Author zyasoft
Recipients alexgs, zyasoft
Date 2015-06-03.16:26:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433348762.89.0.280492319061.issue2365@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me:

$ ~/jython2.7.0/bin/pip install requests
Downloading/unpacking requests
  Downloading requests-2.7.0-py2.py3-none-any.whl (470kB): 470kB downloaded
Installing collected packages: requests
Successfully installed requests
Cleaning up...

There are a number of ways the SSL handshake could go wrong, and we almost certainly need to provide better diagnostic information when it does fail. We could start by systematically testing failures that we can induce, such as testing with a bad CA certificate.
History
Date User Action Args
2015-06-03 16:26:02zyasoftsetmessageid: <1433348762.89.0.280492319061.issue2365@psf.upfronthosting.co.za>
2015-06-03 16:26:02zyasoftsetrecipients: + zyasoft, alexgs
2015-06-03 16:26:02zyasoftlinkissue2365 messages
2015-06-03 16:26:01zyasoftcreate