Ian Wetherbee 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
Ian Wetherbee added the comment:
Any solution for 2.x? I'm using this with twisted.
--
resolution: rejected ->
status: pending -> open
___
Python tracker
<http://bugs.python.
Ian Wetherbee 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 https imap imaps ldap
New submission from Ian Wetherbee :
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