← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 716534] Re: SSL and Proxy Random problem

 

*** This bug is a duplicate of bug 705312 ***
    https://bugs.launchpad.net/bugs/705312

** This bug has been marked a duplicate of bug 705312
   Sometimes, when you click on an item in a tree view, you get a Menu object
 * You can subscribe to bug 705312 by following this link: https://bugs.launchpad.net/openobject-client-web/+bug/705312/+subscribe

-- 
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/716534

Title:
  SSL and Proxy Random problem

Status in OpenERP Web Client:
  New

Bug description:
  Hello,

  We seems that with a random problem with SSL and proxy.

  When we want to switch from tree view to form view (ex: account type),
  sometimes we see the menu items configuration (see fil attached)
  instead of form view of the item.

  In our configuration we use apache proxy and SSL :

  [global]
  server.environment = "development"

  # Some server parameters that you may want to tweak
  server.socket_host = "0.0.0.0"
  server.socket_port = 8080

  # Sets the number of threads the server uses
  server.thread_pool = 10

  tools.sessions.on = True
  tools.sessions.persistent = False

  # Simple code profiling
  server.profile_on = False
  server.profile_dir = "profile"

  # if this is part of a larger site, you can set the path
  # to the TurboGears instance here
  #server.webpath = ""

  # Set to True if you are deploying your App behind a proxy
  # e.g. Apache using mod_proxy
  tools.proxy.on = True

  # If your proxy does not add the X-Forwarded-Host header, set
  # the following to the *public* host url.
  tools.proxy.base = 'https://XXX.prod.XXX-camptocamp.com'

  # logging
  #log.access_file = "/srv/openerp/instances/prod/log/access.log"
  #log.error_file = "/srv/openerp/instances/prod/log/error.log"
  log.access_level = "INFO"
  log.error_level = "INFO"

  # OpenERP tools
  tools.nestedvars.on = True
  # Set to false to disable CSRF checks
  tools.csrf.on = False 

  # OpenERP Server
  openerp.server.host = 'localhost'
  openerp.server.port = '8070'
  openerp.server.protocol = 'socket'
  openerp.server.timeout = 450

  # Web client settings
  [openerp-web]
  # filter dblists based on url pattern?
  # NONE: No Filter
  # EXACT: Exact Hostname
  # UNDERSCORE: Hostname_
  # BOTH: Exact Hostname or Hostname_

  dblist.filter = 'NONE'

  # whether to show Databases button on Login screen or not
  dbbutton.visible = True

  # will be applied on company logo
  company.url = ''

  
  Thanks for your help,

  Vincent





References