c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16875
[Bug 721396] Re: [6.0] https access error
this page does not say anything about https
http://doc.openerp.com/v6.0/install/linux/web/index.html#configure-https
so I followed th instructions here
http://doc.openerp.com/v5.0/install/linux/web/index.html#configure-https
this is my file - and as I said it points to another server
BTW I need SSLCertificateKeyFile otherwise I do not even get the login
<VirtualHost *:443>
SSLEngine on
SSLCertificateFile /etc/apache2/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyRequests Off
ProxyPass / http://192.168.160.136:8080/
ProxyPassReverse / http://192.168.160.136:8080/
RequestHeader set "X-Forwarded-Proto" "https"
# Fix IE problem (http error 408/409)
#SetEnv proxy-nokeepalive 1
</VirtualHost>
** Changed in: openobject-client-web
Status: Invalid => New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/721396
Title:
[6.0] https access error
Status in OpenERP Web Client:
New
Bug description:
revision 4515
Appache is running on server A and pointing to server B where web client and openerp is running
accessing server B internaly without https works
403 Forbidden
Request Forbidden -- You are not allowed to access this resource.
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 603, in respond
self.hooks.run('before_handler')
File "/usr/lib/python2.6/site-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 98, in run
hook()
File "/usr/lib/python2.6/site-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 58, in __call__
return self.callback(**self.kwargs)
File "/home2/gass/OpenERP/trunk/openobject-client-web/6.0/openobject/tools/_tools.py", line 39, in csrf_check
raise cherrypy.HTTPError(403, "Request Forbidden -- You are not allowed to access this resource.")
HTTPError: (403, 'Request Forbidden -- You are not allowed to access this resource.')
References