Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google cloud HTTPs ERR_SSL_VERSION_OR_CIPHER_MISMATCH

I followed this tutorial https://cloud.google.com/storage/docs/hosting-static-website

But I am not able to reach the site on https because of ERR_SSL_VERSION_OR_CIPHER_MISMATCH / SSL_ERROR_NO_CYPHER_OVERLAP depending on the browser

I use managed certificate provided by google, but no browser seems to be compatible with it. I use GCP default SSL policy, but I also tried create one for testing with minimal requirements of TSL 1.0, but nothing changed.

like image 759
Jakub Bandola Avatar asked Dec 07 '25 06:12

Jakub Bandola


1 Answers

Yes , if using google managed cert sometimes it takes time to propagate to your associate domain , so in future you could eiter use "curl" command or used dig command to verify it , sometimes it takes 24 hrs too which is maximum time.

like image 200
Neelam Avatar answered Dec 09 '25 21:12

Neelam