Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][Docker] Add SSL proxy for being able to run using http/2 #257

Closed
wants to merge 3 commits into from

Commits on Jan 29, 2018

  1. Add SSL proxy for http/2 use

    By default will generate a self signed certificate, however also supports mounting own trusted certificate.
    andrerom committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    ad7c8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c524861 View commit details
    Browse the repository at this point in the history
  3. Make it possible to inject port to SSL and Varnihs proxy

    In order to get symfony to use the right docker port:
    - make it possible to pass it from parent to Varnihs VCL in a trusted way
    - make it possible to dynamicaly inject port to ssl proxy image (using pear module in this case)
    andrerom committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    78904a4 View commit details
    Browse the repository at this point in the history