Python and SSL

Johny python at hope.cz
Wed Oct 3 10:00:37 EDT 2007


On Oct 3, 2:17 pm, "Martin v. Löwis" <mar... at v.loewis.de> wrote:
> > It looks like this
>
> > MyPythonProgram --->Proxy---->Server
> > The  proxy is written in Java. I want to use that proxy to see what my
> > Python program sends to server.
> > The proxy uses its own certificate and this certificate must be
> > trusted, I think, otherwise I receive an error.
>
> What error do you receive precisely? Please copy it literally from
> the terminal, don't rephrase it.
>
After I added certification, that the proxy uses, among those
Trusted Root Certification Authorities list,as
Gabriel described on Windows,

I receive
sslerror: (1, 'error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol')


What does it mean?
Thanks.
L




More information about the Python-list mailing list