Python and SSL

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Oct 3 04:06:38 EDT 2007


En Wed, 03 Oct 2007 04:32:04 -0300, Johny <python at hope.cz> escribi�:

> 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.
>
> If I use
> InternetBrowser --->Proxy---->Server
>
> browser asks me if the Proxy's certificate is trusted.If I reply  YES,
> than communication continues( I think browser adds this certificate
> among trusted ones)

Which OS?
Windows itself manages certificate storage. Control Panel, Internet  
Options, Contents, Certificates. You can import your certificate there.

-- 
Gabriel Genellina




More information about the Python-list mailing list