question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to disable http2

See original GitHub issue

Checklist

  • 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:

  1. Add 2-3 host configuration with letsencrypt ssl
  2. enable http2 for any of the configuration
  3. disable the http2 configuration of that host
  4. 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:open
  • Created 4 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

2reactions
hashimeacommented, Feb 10, 2020

@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

0reactions
FroggMastercommented, Oct 25, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found