Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • cubicweb cubicweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 194
    • Issues 194
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cubicweb
  • cubicwebcubicweb
  • Repository

Switch branch/tag
  • cubicweb
  • cubicweb
  • pyramid
  • pyramidctl.py
Find file BlameHistoryPermalink
  • Philippe Pepiot's avatar
    [pyramid] set waitress url_scheme to https when base-url scheme is https · 4de5927871f9
    Philippe Pepiot authored Oct 24, 2017
    See https://docs.pylonsproject.org/projects/waitress/en/latest/#using-behind-a-reverse-proxy
    
    Since we do not configure trusted_proxy waitress ignore X-Forwarded-Proto
    header and may generate http urls (pyramid request.url) when the instance is
    behind a https reverse proxy. This cause cubicweb-signredrequest to not work
    with since it rely on the url (including scheme).
    
    Set url_scheme to 'https' when CubicWeb base-url scheme is https as a
    workaround.
    
    --HG--
    branch : 3.25
    4de5927871f9

Replace pyramidctl.py

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.