[PyPy-issue] [issue711] no cipher() method on SSLObject

Luke Hatcher pypy-dev-issue at codespeak.net
Tue May 3 07:25:42 CEST 2011


New submission from Luke Hatcher <luke at lukehatcher.com>:

it appears that there is no cipher method on the SSLObject object that is returned when wrapping a 
socket using ssl.wrap_socket

program to reproduce: http://paste.pocoo.org/show/381984/

Traceback (most recent call last):
  File "app_main.py", line 53, in run_toplevel
  File "test.py", line 21, in <module>
    main()
  File "test.py", line 10, in main
    print ssl_sock.cipher()
  File "/usr/local/Cellar/pypy/1.5.0/lib-python/modified-2.7/ssl.py", line 158, in cipher
    return self._sslobj.cipher()
AttributeError: 'SSLObject' object has no attribute 'cipher'

----------
effort: ???
messages: 2485
nosy: lukeman, pypy-issue
priority: bug
release: ???
status: unread
title: no cipher() method on SSLObject

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



More information about the Pypy-issue mailing list