-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Description
For some reason when accessing a site load balanced with GKE on Opensuse Tumbleweed the site doesn't load I have tested this on other devices each running older versions of openssl it seems to work fine. Ironically it works without www. but adding www. it fails to load.
Running the following commands gave me the impression it is something to do with openssl
curl -v -I https://peoplerange.com
This works fine but
curl -v -I https://www.peoplerange.com
gives the following;
* Trying 35.244.157.28:443...
* TCP_NODELAY set
* Connected to www.peoplerange.com (35.244.157.28) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.peoplerange.com:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.peoplerange.com:443
I have tested it on Android Devices, Ubuntu Devices, OpenSuse Devices, IPhones and several different online services that test a websites availability. All devices that I can get the openssl version for that work are using an earlier version of OpenSSL.
The only device that the test failed on was my OpenSuse Tumbleweed Laptop running version OpenSSL 1.1.1c 28 May 2019
I have tested if it was the browser by using chromium, chrome, chrome-unstable, firefox they all failed which made me try the curl command instead.