Nik
Nik

Reputation: 438

Broken ssl in Chrome

Chrome (on Win and Linux) was unable to load https://apscatalog.com.

Though all other browsers and Chrome on Mac was able to load site with no warnings or errors.

Even external tools say that everything is fine: https://www.ssllabs.com/ssltest/analyze.html?d=apscatalog.com

How can I fix this issue?

Update It seems to be a Chrome bug. Chrome v.33 works fine while v.32 fails

Upvotes: 1

Views: 1028

Answers (2)

irina rozet
irina rozet

Reputation: 11

Interesting that https://apscatalog.com works if chrome is started with ssl-version-max=tls1:

google-chrome --ssl-version-max=tls1

Upvotes: 0

Steffen Ullrich
Steffen Ullrich

Reputation: 123260

I would say, that the they have some broken appliance (firewall, load balancer...) in front of it. From wireshark I see the Client Hello from Chrome, but it never gets a response, not even an ACK that the packet was received. That's why it's retransmitting the Client Hello again and again until it finally gives up. I've seen such problems with older F5 BIG-IP load balancers (it's fixed in the meantime, but there are still some broken ones out there) but this does not seem to be the case here. So it's probably yet another broken appliance :(

In case you have knowledge of the infrastructure there I would really like to know what device this might be.

Upvotes: 1

Related Questions