when i open my website with www error : ERR_SSL_VERSION_OR_CIPHER_MISMATCH
if i bypass cloudflare perfectly working so the issue cloudflare all records fine, but i dont understand the isssue please help
sdayman
December 4, 2021, 12:47am
#2
Without knowing the domain name, we can’t offer specific advice, but it’s probably one of these two problems:
Error
Try the suggestions in this Community Tip to help you fix ERR SSL VERSION OR CIPHER MISMATCH in Chrome.
Background
A website using HTTPS performs a series of steps between the browser and the web server to ensure the certificate and SSL/TLS connection is valid. These include a TLS handshake, the certificate being checked against the certificate authority, and decryption of the certificate. If Chrome detects an issue, it might display “ERR_SSL_VERSION_OR_CIPHER_MISMATCH” which prevents a…
Step 5 from above is because of this:
This tutorial covers a possible reason for the SSL_ERROR_NO_CYPHER_OVERLAP and ERR_SSL_VERSION_OR_CIPHER_MISMATCH errors (Firefox and Chrome respectively) when seen on a subdomain.
The Cloudflare universal certificates cover example.com and *.example.com. This means that it covers any subdomain one level below the domain you signed up with.
It will cover www.example.com and subdomain.example.com, as these are one level below the root domain, example.com.
The certificate will not cover www.sub…
sdayman
December 4, 2021, 1:06am
#4
Those two hostnames work as written.
It’s recommended to not use ‘www’ in front of subdomains. Otherwise, you run into the “Subdomain too deep” issue mentioned above. Most entities do not use ‘www’ on subdomains.
1 Like
i already done without www .htaccess, but many comlaints with www not loading website so how to fix this how to redirect when user entering www automatically without www , i need when user entering www need to open website thats it, with cloudflare
Use page rule
Follow this
This tutorial covers redirecting example.com to www.example.com when using Cloudflare, to do the opposite, please see Redirect www.example.com to example.com .
You should replace all instances of example.com in the screenshots with your domain.
Step 1, The DNS Record:
The first thing you will need is a DNS record for @, set to . This can point to any IP address as the redirection page rule will execute first. I would recommend pointing it to 192.0.2.1, a dummy IP.
[image]
Step 2, Th…
It’s same. But you need to interchange i guess
system
closed
December 9, 2021, 7:37am
#7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.