← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 620785] Re: Trunk: SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

 

Hello Ana,

I have checked this issue with latest trunk code but did not face this error traceback.
Would you please check this again with the latest code.
You can reopen this issue with proper steps in future.

Thanks.

** Changed in: openobject-addons
       Status: New => Invalid

-- 
Trunk: SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
https://bugs.launchpad.net/bugs/620785
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Invalid

Bug description:
Each time I start the server I can see this error. I don't know how it affects to correct behavior of server

[2010-08-19 15:11:36,207] INFO:web-services:the server is running, waiting for connections...
[2010-08-19 15:12:53,530] ERROR:init:Server error in request from ('127.0.0.1', 43658):
Traceback (most recent call last):
  File "/home/ana/openerp6.0/server/bin/service/websrv_lib.py", line 498, in _handle_request2
    self.process_request(request, client_address)
  File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/ana/openerp6.0/server/bin/service/websrv_lib.py", line 230, in __init__
    SocketServer.StreamRequestHandler.__init__(self,request,client_address,server)
  File "/usr/lib/python2.6/SocketServer.py", line 614, in __init__
    self.setup()
  File "/home/ana/openerp6.0/server/bin/service/websrv_lib.py", line 435, in setup
    ssl_version=ssl.PROTOCOL_SSLv23)
  File "/usr/lib/python2.6/ssl.py", line 350, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/usr/lib/python2.6/ssl.py", line 118, in __init__
    self.do_handshake()
  File "/usr/lib/python2.6/ssl.py", line 293, in do_handshake
    self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:480: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol