[PyPy-issue] [issue710] ssl.getpeercert() broken in pypy1.5

Sebastian Spaeth pypy-dev-issue at codespeak.net
Tue May 3 06:54:05 CEST 2011


New submission from Sebastian Spaeth <sebastian at sspaeth.de>:

Whenever using ssl.getpeercert(), pypy bombs out as some underlying _sslobj has
no peer_certificate object. Let me know if there is more information I can give.
This is using the binary x86_64 JIT version of pypy 1.5.

File
"/home/spaetz/src/pypy-c-jit-43780-b590cf6de419-linux64/lib-python/modified-2.7/ssl.py",
line 151, in getpeercert
    return self._sslobj.peer_certificate(binary_form)
AttributeError: 'SSLObject' object has no attribute 'peer_certificate'

----------
effort: ???
messages: 2482
nosy: pypy-issue, spaetz
priority: bug
release: ???
status: unread
title: ssl.getpeercert() broken in pypy1.5

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue710>
_______________________________________________________



More information about the Pypy-issue mailing list