Does the SAO web client SSL connections to the trytond backend? I had this working before from both the GTK client AND the SAO webclient before, but nowadays I get the following error message, as soon as I use the SAO web client, ONLY (GTK client works well):
File "/usr/local/lib/python2.7/SocketServer.py", line 599, in process_request_thread self.finish_request(request, client_address)
File "/usr/local/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.7/SocketServer.py", line 653, in __init__self.setup()
File "/usr/local/trytond_erp_synalinq/lib/python2.7/site-packages/trytond/protocols/jsonrpc.py", line 297, in setup self.request = SSLSocket(self.request)
File "/usr/local/trytond_erp_synalinq/lib/python2.7/site-packages/trytond/protocols/sslsocket.py", line 13, in SSLSocket ssl_version=ssl.PROTOCOL_SSLv23)
File "/usr/local/lib/python2.7/ssl.py", line 911, in wrap_socket ciphers=ciphers)
File "/usr/local/lib/python2.7/ssl.py", line 522, in __init__self._context.load_cert_chain(certfile, keyfile)IOError: [Errno 13] Permission denied
This is a bit confusing, as permissions seem to be fine - the GTK client continues to work well.
There is, of course, the Nginx as reverse proxy workaround, but it is still interesting to know.
Thanks a lot, indeed.
Chris