I believe this is already fixed in 2.6 with the new SSL code (I got
the same error writing the unit tests and fixed it). Thanks for
reporting it, though.
Bill
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/pyth
On 9/30/07, Richie Ward <[EMAIL PROTECTED]> wrote:
> I was using httplib to power my xml rpc script.
>
> I had problems when I wanted to use SSL and I got this error:
> File "/usr/lib/python2.5/httplib.py", line 1109, in recv
> return self._ssl.read(len)
> socket.sslerror: (8, 'EOF occurred i
I was using httplib to power my xml rpc script.
I had problems when I wanted to use SSL and I got this error:
File "/usr/lib/python2.5/httplib.py", line 1109, in recv
return self._ssl.read(len)
socket.sslerror: (8, 'EOF occurred in violation of protocol')
I figured out this was because of p