chrome blocked localhost with error your connection is not private - mysql

Suddenly google chrome has blocked localhost. I am not able to use phpmyadmin and my project. It's supporting remaining sites perfectly. Whenever I run phpmyadmin or project it shows an error as follows:
Your connection is not private
"NET::ERR_CERT_COMMON_NAME_INVALID"
I tried a lot of things to solve it but none of suggestions are working. Anybody please help.

Just type the phrase "thisisunsafe" and hit enter you will instantly bypass that warning screen. This seriously works It blew my mind

I think you use local domain like yourDomainName.dev
Just don't use .dev for your local domains.
If happened because new version Chrome always redirect to https
Just rename yourDomainName.dev something like yourDomainName.local or yourDomainName.loc.

Related

Chrome wont open websocket (wss) from a domain to a subdomain

I have a domain x.com which is running a web application
There is an MQTT server running on subdomain mqtt.x.com, with websockets / wss all set up,
Using Chrome:
If I head to https://x.com, and run this in console:
let ws = new WebSocket('wss://mqtt.x.com')
I get the following error:
WebSocket connection to 'wss://mqtt.x.com/' failed:
If I go to a completeley different domain (such as stackoverflow.com) and run the command, it works fine.
In firefox/opera/edge, no errors, and it all works fine.
Is there any way to get a more verbose error from chrome?
Or any other idea to resolve this?
Edit
Clearing cookies seemed to solve this. still not really sure why.
Clearing Cookies seemed to be the answer.

Keep getting 404 not found. Requested URL not found on websites

I am very confused to why this is happening (roast me if this is basic).
When I try to enter BBC news or my ebay account I keep getting this message.
404 Not Found The requested URL /news was not found on this server.
Also sometimes a box pops up asking me for login details a username and passowrd to get onto the BBC NEWS application
Please help I use a MAC and chrome
May be there would be some proxy setup in your browser. Try to reach the site by disabling the proxy. And Test the internet connection by using some different browser and try to access different sites.
Also clean your browser history, cookies and cache it might help you.
And if it still doesn't work then uninstall the chrome - delete all installed files in
for windows the path is
C:\Program Files (x86)\Google\
then also delete the temporary files by typing
for windows the path is
%temp%
in run (Win + R) and delete all files.
Then restart your PC and reinstall Chrome.
Hope now it would be fixed. Thanks.

Chrome insists on accessing localhost through HTTPS, any way to change that?

I have a local webdev setup using AMPPS on OSX. I've done most of my work on Firefox and that's been working fine, but trying it on Chrome today gave me a whole bunch of Failed to load resource: net::ERR_CONNECTION_CLOSED errors everywhere. Looking further it seems like Chrome wants to access every resource through HTTPS. Firefox doesn't have this issue, it access all resources through HTTP and the site displays fine.
Is there any way to force Chrome to access localhost through regular HTTP? I've tried every solution I could find - including going to chrome://net-internals/#hsts and deleting localhost (localhost doesn't show up in the domain query so there's nothing to delete) - and nothing seems to work.

Google Chrome is not connecting to Internet - Error code: ERR_FAILED

Chrome will not connect to the Internet at all. It happens instantaneously when requesting a URL - seems like it is not getting past my computer. I get:
Error code: ERR_FAILED.
I have disabled the firewall, AVG and still ... no luck. I have uninstalled with Revo uninstall and cleaned and registry entries and leftover files. No luck. I have changed Proxy settings to "Automatically Detect Settings". No luck.
Anybody have any ideas?
please try to modify some antivirus setting or disable it and try again.

Chrome & Firefox keep asking for authentication when going to localhost

I'm having a problem where Chrome & Firefox have both started bringing up a popup window saying authentication required when going to localhost (401 page).
If I am on the network I can put in my usual network username/password and it works fine, but if I'm offline (the very reason I'm using localhost) that authentication fails and I get sent to a 403 page.
This does not happen in IE and was not happening a few days ago, my network settings are set to ignore Proxy on localhost and auto detect settings is switched off.
Any ideas?
Problem is the permission of your site directory. If you put the folder under your home (~), then this problem will probably occurs. Try to give your home folder a wider permission. Especially read permission for Others.
sure, if you browse the localhost pure directory you need apache / server authentication
Check your server authentication credentials (user and pass) and this is normal!
while if you browse localhost/mysite you will need not an auth ;)
also be sure your localhost/myproject folder has 755 chmod permissions
finally check if in your localhost/myapp/ there is a .htpasswd file and post it here
I also encountered a similar problem and reinstalling chrome to older version, changing proxy setting didn't help.
I have started using other browsers, however i use the below workaround in case I need to work in chrome.
1.) Click on login without inserting any username and password .
2.) Click on (X) to close the window.
The window would disappear. However, it will reappear if you open any other site or window.