-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Jython 2.7 beta 1 includes a basic ssl module. Since Java always does certificate validation the Jython ssl API does not include constants like ssl.CERT_NONE, ssl.CERT_OPTIONAL, and ssl.CERT_REQUIRED. Its ssl.wrap_socket implementation (socket.ssl) does not accept the ca_certs and cert_reqs parameters.
http://hg.python.org/jython/file/11776cd9765b/Lib/ssl.py
http://hg.python.org/jython/file/11776cd9765b/Lib/socket.py#l1818
http://wiki.python.org/jython/SSLModule
http://wiki.python.org/jython/NewSocketModule#SSL_Support
- is related to
-
PYTHON-2320 Jython SSL + poll fails with AttributeError: 'SSLSocket' object has no attribute 'channel'
- Closed