Vivaldi uses https for localhost
-
As a developer, this is REALLY annoying because my dev servers dont use https they use http and vivaldi does not let you use http no matter what, please fix this!
-
@SussyImpostorOfTheVents See Settings, Address Bar, Security Features, and disable:
Always Use Secure Connection (HTTPS) -
@Pesala That was already off
-
@SussyImpostorOfTheVents localhost as 127.0.0.1? Huh. You have no user-defined domain in your LAN. Your choice, your trouble.
As a developer you should check:
- HSTS settings of your server
- your Server/Proxy vhost config for redirects to SSL host
- Search and Delete domain security policies in your vivaldi://net-internals/#hsts
- Try in Vivaldi Guest Profile (it has no special settings and no extensions!)
- Check your Seveloper Tools → Network if you get a redirect to https/ssl
Good luck, but as a developer it should not be hard work to test.
-
@SussyImpostorOfTheVents said in Vivaldi uses https for localhost:
vivaldi does not let you use http no matter what, please fix this!
No, Vivaldi 6.0.2979.22 works correct.
I checked my Apache webserver bound to 127.0.0.1 ports 80 and 443 on my Debian 11.
You see that both images have a non-SSL connection (=no lock in address field).
-
@DoctorG im not that kind of developer yet
-
@DoctorG seems like guest mode worked
-
@SussyImpostorOfTheVents said in Vivaldi uses https for localhost:
@DoctorG im not that kind of developer yet
You told me, you are a developer.
See this:
@SussyImpostorOfTheVents said in Vivaldi uses https for localhost:As a developer, this is REALLY annoying because my dev servers
@SussyImpostorOfTheVents Are ou sure you do not use any extensions which causes this?