Skip to main content

All Questions

Tagged with
-1 votes
0 answers
49 views

Browsers redirecting to https

I have an internal site that uses http and is not configured for https. I am using Chrome 126.0.6478.61 and Edge 126.0.2592.56.Chrome start redirecting to https for my site last week so I switch to ...
fzfg1000's user avatar
0 votes
1 answer
50 views

Possible to set Firefox to go to HTTPS site when press Ctrl+Enter in Location Bar?

In Firefox, if the user types one word and then presses Ctrl+Enter in the Location Bar (aka urlbar), they will automatically be redirected to: http://www.example.com Is there a way, instead for ...
End Antisemitic Hate's user avatar
0 votes
1 answer
471 views

Why would an Nginx HTTP to HTTPS redirect not work for the www subdomain

I configured NGINX to redirect all HTTP traffic to HTTPS like this: server { listen 80 default_server; listen [::]:80 default_server; server_name domain.com www.domain.com; return 301 ...
irfanka's user avatar
0 votes
1 answer
3k views

How to disable chrome redirecting http to http requests

So I've got a vm running and I've updated /etc/hosts on the host machine using dev to point the the VM IP. When using chrome however e.g dev:5000/some/path it redirects me to http://dev:5000/some/path ...
kurupt_89's user avatar
  • 111
3 votes
2 answers
7k views

How do I redirect all HTTP requests to HTTPS when ISP blocks port 80?

I am running a HTTPS web server at home but it has one key flaw: you can't connect to it using port 80. My ISP (Cox) blocked (incoming) port 80, there is nothing I can do about it, but luckily for me ...
BoomBoomPowe's user avatar
-2 votes
1 answer
1k views

Redirect Https requests?

Being a noob for such considerations, please dont hit me... I have redirection from many domains --to--> a unique landing page of my server. This works painlessly for http Here is my question : ...
ArchiT3K's user avatar
  • 408
3 votes
1 answer
1k views

http Redirect to https Sometimes Leads to “this page contains other resources which are not secure”

In Chrome (though I may have seen similar behavior in other browsers), type in http://www.google.com. You will always be redirected to https://www.google.com. Usually when I do this, I get the good ...
user12861's user avatar
  • 131
2 votes
2 answers
8k views

Redirect from HTTP to HTTPs in lighthttpd

How can I redirect from HTTP to HTTPS with lighthttpd? There are tons of lighttpd config snippets floating around to make this happen, but so far none of these really worked. Currently I am still ...
drahnr's user avatar
  • 380