> To: python-list@python.org
> From: li...@cheimes.de
> Subject: Re: Localhost client-server simple ssl socket test program problems
> Date: Thu, 15 Dec 2011 20:45:43 +0100
>
> Am 15.12.2011 20:09, schrieb Yang Chun-Kai:
> > Server side error:
> >
&g
hanks.
Kay
> To: python-list@python.org
> From: li...@cheimes.de
> Subject: Re: Localhost client-server simple ssl socket test program problems
> Date: Thu, 15 Dec 2011 21:19:14 +0100
>
> Am 15.12.2011 21:09, schrieb Yang Chun-Kai:
> > Thanks for tips.
> >
>
Am 15.12.2011 21:09, schrieb Yang Chun-Kai:
> Thanks for tips.
>
> But I dont understand one thing is if Python's SSL lib doesn't support
> encrypted private keys for sockets.
>
> Then why should we "encrypt" the private key with "openssl rsa -in
> /etc/home/ckyang/PHA/testsslsocket/mypha.key -ou
g/PHA/testsslsocket/mypha-nopasswd.key" again?
Shouldn't that be decrypted?
And also this solution is not the right one, I use mypha-nopasswd.key replace
the original one, still not work.
So sad.
But thanks. ^ ^
Kay
> To: python-list@python.org
> From: li...@cheimes.de
> Subject: Re: Lo
Am 15.12.2011 20:09, schrieb Yang Chun-Kai:
> Server side error:
>
> File "views.py", line 17, in
> connstream = ssl.wrap_socket(newsocket, server_side=True,
> certfile="/etc/home/ckyang/PHA/testsslsocket/mypha.crt",
> keyfile="/etc/home/ckyang/PHA/testsslsocket/mypha.key",
> ssl_version=ssl.PROT