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-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of qiuyin...@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@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to