State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:11.0v3|BugID:238647|
Problem summary
SSL and urllib2 produce an error when looking for an expired link
urllib2.URLError: <urlopen error [Errno 1] _ssl.c:504: error:1411809D:SSL routines:SSL_CHECK_SERVERHELLO_TLSEXT:tls invalid ecpointformat list>
Steps to reproduceimport urllib2
import ssl
url = "https://sg-media-usor-01.s3.amazonaws.com/b6b63f333634f5eeb035943b6b72d45eb7bb0c69/471d52e6aea3d9c32e7b2dc6c0c489a506db0274/tanktmpvl1v1s.png?AWSAccessKeyId=AKIAIFHY52V77FIVWKLQ&Expires=1475166548&Signature=mxPGqSHAGzMb39r3hwVaf5xfLT4%3D&response-content-disposition=filename%3D%22tanktmpvl1v1s.png%22"
response = urllib2.urlopen(url)
print response
We're sorry to hear that
Please tell us why