Activity log for bug #1637292

Date Who What changed Old value New value Message
2016-10-27 18:54:48 d bug added bug
2016-10-27 18:55:16 d description Getting the following when trying to negotiate with python-jenkins with https requests: File "<console>", line 1, in <module> File ".../python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 212, in get_job_info self.server + JOB_INFO % self._get_encoded_params(locals()))) File ".../python_jenkins/0.4.5/python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 277, in jenkins_open self.maybe_add_crumb(req) File ".../python_jenkins/0.4.5/python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 195, in maybe_add_crumb self.server + CRUMB_URL), add_crumb=False) File ".../python_jenkins/0.4.5/python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 302, in jenkins_open raise JenkinsException('Error in request: %s' % (e.reason)) JenkinsException: Error in request: _ssl.c:316: Invalid SSL protocol variant specified. Anyone have any thoughts on this? Getting the following when trying to negotiate with python-jenkins with https requests: File "<console>", line 1, in <module>   File ".../python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 212, in get_job_info     self.server + JOB_INFO % self._get_encoded_params(locals())))   File ".../python_jenkins/0.4.5/python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 277, in jenkins_open     self.maybe_add_crumb(req)   File ".../python_jenkins/0.4.5/python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 195, in maybe_add_crumb     self.server + CRUMB_URL), add_crumb=False)   File ".../python_jenkins/0.4.5/python-2.7/lib/python2.7/site-packages/python_jenkins-0.4.5-py2.7.egg/jenkins/__init__. py", line 302, in jenkins_open     raise JenkinsException('Error in request: %s' % (e.reason)) JenkinsException: Error in request: _ssl.c:316: Invalid SSL protocol variant specified. Anyone have any thoughts on this?