Google Chrome gives ERR_ADDRESS_UNREACHABLE error for HTTPS page (site is perfectly reachable via curl)

7

A otherwise perfectly working Chrome browser gives an ERR_ADDRESS_UNREACHABLE error for a request to a https page on port 8443. The page is reachable via curl, Firefox, Safari..

How would I go about debugging this? To be honest I have no clue where to start (chrome dev tools network tab provides no useful information at all)..?

Thanks so much in advance.

Hendrik

Posted 2015-06-01T15:00:47.783

Reputation: 171

Is the host using a self-signed certificate or commercial? – Moses – 2017-10-31T19:53:32.180

Answers

1

You can snoop HTTPS session traffic by Wireshark and for example observe SSL handshake phase problems. Please don't forget to add "host YOUR_HOST_NAME and port 8443" like filter to Wireshark to skip other traffic!

HiHat

Posted 2015-06-01T15:00:47.783

Reputation: 88