Am Samstag, 20. Juli 2013, 09:15:29 schrieb Dr. Axel Braun: Regarding the latest issue in connecting....
> trytond[487]: Traceback (most recent call last): > trytond[487]: File "/usr/lib64/python2.7/SocketServer.py", line 582, in > process_request_thread > trytond[487]: self.finish_request(request, client_address) > trytond[487]: File "/usr/lib64/python2.7/SocketServer.py", line 323, in > finish_request > trytond[487]: self.RequestHandlerClass(request, client_address, self) > trytond[487]: File "/usr/lib64/python2.7/SocketServer.py", line 636, in > __init__ > trytond[487]: self.setup() > trytond[487]: File "/usr/lib/python2.7/site- > packages/trytond/protocols/jsonrpc.py", line 258, in setup > trytond[487]: self.request = SSLSocket(self.request) > trytond[487]: File "/usr/lib/python2.7/site- > packages/trytond/protocols/sslsocket.py", line 13, in SSLSocket > trytond[487]: ssl_version=ssl.PROTOCOL_SSLv23) > trytond[487]: File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket > trytond[487]: ciphers=ciphers) > trytond[487]: File "/usr/lib64/python2.7/ssl.py", line 141, in __init__ > trytond[487]: ciphers) > trytond[487]: SSLError: [Errno 336265218] _ssl.c:364: error:140B0002:SSL > routines:SSL_CTX_use_PrivateKey_file:system lib ...i found a similar problem in openERP: https://bugs.launchpad.net/openobject-server/+bug/682579 seems to be older already, anyway. Just to make sure that there is no problem with the keys I changed the ssl- keys against a pair that is known to work. But that did not solve the problem. Basically I have twice nearly the same setup: - Installation on Virtualbox, openSUSE 12.3, 32bit, LXDE-Dektop - Installation on VMWare, openSUSE 12.3, 64bit, no Desktop The largest difference is 32/64bit, which may cause the problem. I will try another setup of 64bit on virtualbox - see if that behaves different. Or shall I file a tryton bug against it? Cheers/Ax
