On Oct 3, 2:17 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list