← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 721396] Re: [6.0] https access error

 

I have been trying to get this to work all afternoon. Brand new install
OpenERP-6.0.1 on Ubuntu 10.04 server.

It works fine without any security. But I get the same error as above
once apache is configured to act as the https proxy.

I HAVE set

tools.csrf.on = False

in my /etc/openerp-web.conf file.

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/cherrypy/_cprequest.py", line 603, in respond
    self.hooks.run('before_handler')
  File "/usr/lib/pymodules/python2.6/cherrypy/_cprequest.py", line 98, in run
    hook()
  File "/usr/lib/pymodules/python2.6/cherrypy/_cprequest.py", line 58, in __call__
    return self.callback(**self.kwargs)
  File "/opt/openerp/openerp-web-6.0.1/openobject/tools/_tools.py", line 38, 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.')

-- 
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:
  Triaged

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