Skip to main content

All Questions

Tagged with
2 votes
1 answer
5k views

Cannot access my router webpage because Chrome forces https

I cannot access my router webpage which is http://192.168.1.1 because it gets redirected to https://192.168.1.1 (gives me ERR_SSL_VERSION_OR_CIPHER_MISMATCH). I know that google switched to https for ...
1 vote
1 answer
204 views

The Windows trusted the self-signed certificate but Google Chrome returned the NET::ERR_CERT_AUTHORITY_INVALID error

I created a self-signed Root CA certificate, then created an IA certificate signed with Root CA, and finally created a server certificate signed with IA certificate. These are the commands that I use: ...
2 votes
1 answer
5k views

HTTPS works, but HTTP does not work (err_connection_refused error)

I have this weird problem in my laptops internet connection. I use this laptop for my day to day work + company work. With my company internet connection there are no issues, internet works fine (goes ...
43 votes
6 answers
158k views

Are there well known HTTP-only sites?

Captive Wi-Fi portals suck. Often when I open a HTTP site in a browser (desktop Chrome or mobile Chrome), I get the captive portal, but with auto-completion and so quickly I connect again to Wi-Fi. ...
1 vote
1 answer
7k views

How to ignore self-signed certificate error: net::ERR_CERT_AUTHORITY_INVALID with Chrome?

I am trying to access an HTTPS site with Chrome and it is throwing my a self-signed certificate error: net::ERR_CERT_AUTHORITY_INVALID. I have tried clicking the red lock/warning sign button in the ...
0 votes
1 answer
2k views

Certificate is valid, but website shown as not secure on some browsers

So I'm currently trying to set up a website over https. I have a webserver running Ubuntu and Apache2, and DNS records are set to direct example.com and www.example.com traffic. I have a valid ...
22 votes
6 answers
59k views

Chrome persistently redirecting to HTTPS for HTTP site

I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file. I ...
4 votes
2 answers
10k views

Chrome 107 - marks self-signed certificate Not Secure despite cert is installed

I'm running create-react-app with self-signed HTTPS certificate locally. The certificate is installed in User's Trusted Root CA Despite that Chrome still marks the website as Not Secure what for ...
43 votes
3 answers
23k views

Force Chrome to try HTTPS instead of HTTP when possible?

Many websites offer both, HTTP and HTTPS, e.g., http://stackoverflow.com and https://stackoverflow.com Is there any way to force Chrome to try HTTPS first before HTTP when I only type stackoverflow....
0 votes
1 answer
326 views

How translate s3 url to http in chrome automatically?

Let say I have a link like that: s3://mybucket/mybucket?prefix=myprefix/file.json And I open it in chrome browser. I will get an error. Is it possible to automatically translate the s3 url from ...
2 votes
1 answer
5k views

Unable to access Amazon webs with Chrome

When going to a secure Amazon page over HTTPS, using either Chrome and MS Edge, the following Error comes up: This site can’t provide a secure connection www.amazon.com uses an unsupported protocol. ...
2 votes
3 answers
4k views

How do add a certificate from a self-signed server to trusted certificates in Chrome?

I have a dedicated server with a wiki and want to secure it so nobody can read my articles by sniffing my pages. I do not want to pay for a valid certificate so I created a self-signed certificate. ...
3 votes
1 answer
1k views

Stop Chrome from changing URL from HTTP to HTTPS when I edit it in the address bar

Note: this is not a duplicate of How to stop an automatic redirect from “http://” to “https://” in Chrome In Chrome 93 on Windows 7: I browse to http://example.net/a Chrome hides the protocol in the ...
7 votes
1 answer
11k views

My Chrome "jumps" to non-existent HTTPS protocol

My Chrome (40.0.2214.115m) jumps to non-existent https : I type in http://johnwhitech.homeip.net:8080/ And Chrome redirect to http s ://johnwhitech.homeip.net:8080/ which does not exist. I do not ...
0 votes
1 answer
1k views

nginx: http to https not working on chrome

I've got this nginx configuration to redirect http to https: # http redirects to https server { listen 80 default_server; server_name _; return 301 https://$host$request_uri; } server { ...

15 30 50 per page
1
2 3 4 5
9