Welcome! Log In Create A New Profile

Advanced

Can I rewrite https to http?

August 14, 2023 09:58AM
Hi all,
I had an nginx as a reserve proxy, with many web sites behind. And the
nginx listen in 443(https) and 80(http).

But not all my sites behind support https, so in some sites ,I only listen
80, like this:











* server { listen 80; listen [::]:80; server_name
nossl.abc.com http://nossl.abc.com/; location / {
proxy_pass_header Server; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Scheme
$scheme; proxy_pass http://nossl http://nossl/; } }*

And I got a problem here, when I using http://nossl.abc.com, it works fine.
But some browser( like edge in a newly installed Windows 11), it will auto
redirect to the https site(https://nossl.abc.com), then we got a default
site of my nginx instead of nossl.abc.com

So, can I redirect the request, when user open https://nossl.abc.com, the
will be redirect to http://nossl.abc.com?

Thanks.

--
from:baalchina
_______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Can I rewrite https to http?

baalchina August 14, 2023 09:58AM

Re: Can I rewrite https to http?

Jore August 15, 2023 01:20AM

Re: Can I rewrite https to http?

Ralph Seichter via nginx August 15, 2023 09:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 246
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready