-
Notifications
You must be signed in to change notification settings - Fork 157
allow http2 connections to proxy #2040
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
Conversation
|
It seems the tests use a case sensitive regex: |
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
fschade
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohhh, I would love that so much... but I'm somehow too scared to merge it myself.
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
|
Ok, I added a commit that shows how to configure traefik to connect to opencloud using http2 (using self signed certificates). In production environments the certificate can be configured properly. The existing http/1.1 without tls (PROXY_TLS) can still be used so this is backwards compatible.
was an old image ... |
This PR allows HTTP2 connection to the proxy.
Before:
Now:
Related: