-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Proxy HTTPS ERR_HTTP2_PROTOCOL_ERROR #3691
Comments
What is your reverse proxy config like and what is Plan alternative IP set as? |
I do not have access to reverse proxy configuration, I can only connect domain to port. |
In proxy mode Plan uses http 1.1 so if the reverse proxy tries to communicate using http 2 with Plan it will fail |
Oh, okay. Am I able to switch it? (I mean in Plan) |
Using a self signed cert instead of proxy mode will have Plan use http/2 |
Hi there |
Does the Firefox dev tools have disable cache checkbox checked on the Network tab? Maybe it's a caching issue - if the proxy adds cache headers that can cause problems (it has at least in the past) |
We finally found the issue. It was caused by our firewall which classified this traffic as HTTP Flood attack. The problem was fixed and this ticket can be closed. Really cool plugin BTW |
Thanks! |
When HTTPS is activated from the proxy (KeyStore_path: proxy), the main page does not load and the following error is displayed in the browser console: Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR.
The login page works normally without any problems.
Exceptions & Other Logs
(there are no files in the /plugins/Plan/logs directory.)
Plugin versions
Latest version of Plan (5.6. build 2883)
The text was updated successfully, but these errors were encountered: