Chrome SSL Issue - google-chrome

I am using windown 8.1 and Google Chrome 63.0.3239.132 (Official Build) (64-bit)
I have added some hosts in my HOSTS file that point to a Virtual Machine IP address (Where web server is listening).
Every thing is working fine in other browsers but Google Chrome redirects to https. As local site is running on http, I receive ERR_SSL_PROTOCOL_ERROR
How can I stop Google Chrome for redirecting some selected address to https?

Chrome forces certain domain names to be redirected to https, maybe the domain name you are using is in this list of domain names (it would be very coincidental, but still ...).
See [https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/] and [https://www.chromium.org/hsts]

Related

I am getting 404 error while accessing Google Chrome

While trying to access my application in google chrome some urls are working fine and some are getting 404 error. My application is working fine in other browsers like IE , firefox ...etc. Please suggest me some information to allow my application working fine for all urls
You have to explore chrome settings for privacy and security, proxy settings etc.
chrome://settings/system. make your proxy settings as system settings instead of manual.

ERR_TIMED_OUT for HTTPS request only on Chrome and Mozilla

We build a website in asp.net and it was working fine. Last 2-3 days I noticed it took lots of time (more than 30 sec) to load the page only on Chrome and Mozilla. Other browsers (Safari, Internet Explorer etc) are working fine.
I'm using Chrome latest version 74.0.3729.131 (Official Build) (64-bit). In the developer's console, it shows the following error message for each request
Then I noticed those requests are timeout because of HTTPS. I request the page with HTTP then it's loading fine. But my website is HTTPS so I should request all with HTTPS unless it don't load the page.
example - https://ajax.aspnetcdn.com/ajax/4.5.1/1/WebForms.js
I also tried the following ways but it couldn't work,
Uninstall and reinstall Chrome.
Delete all cookies and sessions.
Restarted wifi router (IP changed).
Restarted firewall.
But it works on some of the client machines and when I use chrome proxy extension and visit the website from a different country. I feel the issue is from the network or IP address. I don't know how to fix it. Please help me to fix...

how to allow microphone for local ip in chrome

I am hosting my page inside the sdcard of arduino, I have implemented web speech api feature in that, however when I test my site using 127.0.0.1/project-X , everything works perfect, but when I use 192.168.1.4(which is same machine) or 192.168.1.10 (which is other laptop having WAMP) Chrome does not allow the microphone? I have also tried to start Chrome using different flags found on Google but none of them worked. What to do? I just want Chrome to allow using microphone from local ip also!
Chrome now allows Microphone access over secured Http only. You can very easily create your own signed SSL certificate and use that to host your page via Https.In tomcat server.xml you just have to un-comment the ssl connector and point to the location of your certificate.

local / vpn pages via Chrome browser

If I'm looking for a local/intranet address while connect to a VPN, it works in safari or firefox but many times it will not work via google chrome
example address:
http://help/userui/ticket?ID=14273
Google Chrome takes me to a verizon page like so: "http://searchassist.verizon.com/main?ParticipantID=euekiz39ksg8nwp7iqj2fp5wzfwi5q76&FailedURI=http%3A%2F%2Fhelp%2Fuserui%2Fticket%3FID%3D14273&FailureMode=1&Implementation=&AddInType=4&Version=pywr1.0&ClientLocation=us"
How can I get chrome to realize that I'm looking for a page on an intranet on not to the public web?
Notes:
Using Cisco AnyConnect as VPN client
Chrome version 48.0.2564.97 (64-bit)
OSX 10.11.3
The best solution I've found on OSX so far is to use Safari which is better about detecting VPN pages.
Soon after you've navigated the pages Chrome starts to work as well. This must either be a DNS or caching issue, possible both (I'm no IT master).

Chrome AutoFill not working locally

I am building a site that supports autofill and I need to test some edge conditions locally.
Chrome happily offers to store the credentials on our deployed version but it will not ask locally. I have tried to serve the site locally over HTTPS and served it under a different hostname than localhost with no luck.
Anyone know the details/restrictions on autocomplete in Chrome?
Thanks.