[issue11220] https sslv3 error 14077417: illegal parameter

2011-02-16 Thread Ian Wetherbee
Ian Wetherbee ian.wether...@gmail.com added the comment: The server seems to be sending a bad TLS handshake, so curl falls back on SSLv3 with TLS disabled. curl 7.20.1 (x86_64-redhat-linux-gnu) libcurl/7.20.1 NSS/3.12.8.0 zlib/1.2.3 libidn/1.16 libssh2/1.2.4 Protocols: dict file ftp ftps http

[issue11220] https sslv3 error 14077417: illegal parameter

2011-02-16 Thread Ian Wetherbee
Ian Wetherbee ian.wether...@gmail.com added the comment: Any solution for 2.x? I'm using this with twisted. -- resolution: rejected - status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11220

[issue11220] https sslv3 error 14077417: illegal parameter

2011-02-16 Thread Ian Wetherbee
Ian Wetherbee ian.wether...@gmail.com added the comment: This works for 2.x, I'm closing this issue: # custom HTTPS opener, banner's oracle 10g server supports SSLv3 only import httplib, ssl, urllib2, socket class HTTPSConnectionV3(httplib.HTTPSConnection): def __init__(self, *args

[issue11220] https sslv3 error 14077417: illegal parameter

2011-02-15 Thread Ian Wetherbee
New submission from Ian Wetherbee ian.wether...@gmail.com: Certain https urls do not open using urllib2 (py2.6) and urllib(py3.1), but they open using the latest version of curl and firefox. To reproduce: import urllib.request urllib.request.urlopen(https://ui2web1.apps.uillinois.edu