socket.sslerror:(1, 'error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol')



socket.sslerror:(1, 'error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol')

Got this from another computer/setup, which I cannot debug. What can be the
cause for this problem?

Python 2.3.5

trace:

[ ...(\'ClientCookie\\\\_urllib2_support.pyo\', 572, \'open\', None),
(\'ClientCookie\\\\_urllib2_support.pyo\', 472, \'http_response\', None),
(\'ClientCookie\\\\_urllib2_support.pyo\', 589, \'error\', None),
(\'urllib2.pyo\', 306, \'_call_chain\', None),
(\'ClientCookie\\\\_urllib2_support.pyo\', 181, \'http_error_302\', None),
(\'ClientCookie\\\\_urllib2_support.pyo\', 566, \'open\', None),
(\'urllib2.pyo\', 326, \'open\', None), (\'urllib2.pyo\', 306,
\'_call_chain\', None), (\'ClientCookie\\\\_urllib2_support.pyo\', 807,
\'https_open\', None), (\'ClientCookie\\\\_urllib2_support.pyo\', 656,
\'do_open\', None), (\'httplib.pyo\', 715, \'endheaders\', None),
(\'httplib.pyo\', 600, \'_send_output\', None), (\'httplib.pyo\', 567,
\'send\', None), (\'httplib.pyo\', 988, \'connect\', None), (\'socket.pyo\',
73, \'ssl\', None)]

Robert


.



Relevant Pages

  • Re: Mass refactoring Console.WriteLine statements?
    ... I know of no reason to prefer Console.WriteLine over Trace or Debug and ... many good reasons to prefer Trace over Console ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Console.Writeline in release builds a performance issue ?
    ... > When in debug mode both Trace and Debug will output, ... unless you remove the TRACE symbol from you compiler ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • How to prevent debug into .aspx
    ... When I trace to debug my program, it often trace in .apsx. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • How do I use "debug" in UnixWare 7.1.1
    ... I would like to get familiar with "debug" feature in order to run debug ... and trace C programs. ... Prev by Date: ...
    (comp.unix.unixware.misc)
  • Re: 70-316 unsure of the question
    ... Tracing is enabled by default for both Debug and Release builds. ... Trace is enabled by default. ... Change the .config file in the local machine and add an entry for the ...
    (microsoft.public.cert.exam.mcad)