[IronPython] ssl server mode issue

Dino Viehland dinov at microsoft.com
Thu Apr 15 01:58:34 CEST 2010


Could you include the Python code which is doing the connections?  Are you doing
an IronPython to IronPython connection?  Or are you connecting to a server or
localhost running a server outside of IronPython?

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of qiuyingbo at sohu.com
> Sent: Wednesday, April 14, 2010 3:57 PM
> To: users
> Subject: [IronPython] ssl server mode issue
> 
> 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
> 
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list