Skip to main content

All Questions

Tagged with
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
0 votes
0 answers
1k views

Stop redirect from https to http

I have enabled SSL on my Centos machine where the website is being hosted. But when I try to access the website https://1.2.3.4 it gets redirected to http://1.2.3.4. How can I stop this behavior? I ...
Vini's user avatar
  • 123