mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #1232] I can't revert back to the normal http #1003
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1003
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ArsBinarii on GitHub (Jul 11, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1232
Version 2.9.4
I enabled all options under SSL and generated a SSL certificate for a Proxy Host.
I can't revert back to the normal http
I removed the certificate, disabled all under ssl, changed the scheme to http, it still redirects to https, certificate is still there
@the1ts commented on GitHub (Jul 29, 2021):
One of the options under SSL is HSTS (HTTP Strict Transport Security), this tells a browser to never allow non-https to that host, so the browser, in future requests, never hits http:// but the browser itself rewrites your request to https://. This HSTS request from the server side (NPM) is cached by the browser, in the case of NPM for 2 years.
In short both the browser and NPM are doing exactly what you requested it to do by ticking that HSTS box and visiting the page.
To fix take a look at how to remove HSTS for your particular web browser and follow the instructions for this problem host. Or move to a different hostname.
@chaptergy commented on GitHub (Jul 29, 2021):
Just to add here are some direct links on how to remove HSTS in Firefox, Chrome and Safari