[IronPython] ssl server mode issue

qiuyingbo at sohu.com qiuyingbo at sohu.com
Thu Apr 15 00:56:33 CEST 2010


I create a self-signed certificate by OpenSSL. It rasie:

  File "C:\Program Files\IronPython 2.6\Lib\ssl.py", line 346, in wrap_socket
    return SSLSocket(sock, keyfile=keyfile, certfile=certfile,
  File "C:\Program Files\IronPython 2.6\Lib\ssl.py", line 118, in __init__
    self.do_handshake()
  File "C:\Program Files\IronPython 2.6\Lib\ssl.py", line 293, in do_handshake
    self._sslobj.do_handshake()
WindowsError: [Errno 22] The credentials supplied to the package were not recognized






More information about the Ironpython-users mailing list