Unable to disable http2
See original GitHub issueChecklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image? yes - Are you sure you’re not using someone else’s docker image? sure
- If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network?
Describe the bug
- A clear and concise description of what the bug is.
Unable to disable http2 after enabling it for a host conf. I checked the http2_enabled value in the database and it is 0. but still the configuration generated with http2 when saving (without http2 selection)
- What version of Nginx Proxy Manager is reported on the login page?
v2.0.14
To Reproduce Steps to reproduce the behavior:
- Add 2-3 host configuration with letsencrypt ssl
- enable http2 for any of the configuration
- disable the http2 configuration of that host
- See error - Still http2 is generated for that configuration
Expected behavior not adding http2 to the configuration when database http2_enabled value is 0
Screenshots If applicable, add screenshots to help explain your problem.
Operating System ubuntu 19 + docker
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:6
Top Results From Across the Web
Impossible to disable http2 #844 - cytopia/devilbox - GitHub
I start having HTTP2 connection errors. In Firefox I just don't seem to get anything back, while Chrome shows HTTP2 connection error. The...
Read more >Disable HTTP/2 in IIS 10 - Acoustic Help Center
Disable HTTP/2 in IIS 10 · Start > Run and type regedit in the displayed box. · Navigate to the folder/path: HKEY_LOCAL_MACHINE\System\ ...
Read more >Disable HTTP/2 Protocol on Windows 10 and ... - VMware Docs
Procedure · Start the Windows Registry Editor. · Navigate to the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters ...
Read more >Chromium doesn't honour --disable-http2 - Stack Overflow
I run Chromium with chrome.exe --disable-http2 and navigate to https://nghttp2.org/, but traffic is still being recorded as HTTP/2 in the ...
Read more >Unable to connect to site externally, weak cipher or HTTP2 error
Set to 0 to disable HTTP/2. Set to 1 to enable HTTP/2. Restart the computer. https://support.microsoft.com/en ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@miguelwill http2 is a server-wide port-based configuration. So i think it will be better to take it out from single hosts to some global setting
I’d like some more information on how to disable HTTP2 globally as well.
I’m currently encounter some problems with NGINX/HTTP2 and the easiest solution is to globally disable it but I’m not entirely certain how to do this with NPM.