SSL_ERROR_NO_CYPHER_OVERLAP Vercel
Unanswered
Bombay posted this in #help-forum
BombayOP
Hi, i am new to NextJS and i have the following problem:
Context:
I have built a webapp in NextJS13.4 with the use of the app directory.
The application works perfectly and i have deployed it on Vercel.
Web : https://www.rageformatter.com/
Repo: https://github.com/DataDavidProjects/rageformatter-nextjs
The issue:
My application is correctly live but i was blocked by my working laptop with the following error:
Checks:
I think the problem is the security of my working laptop.
I have checked if Vercel gave me the SSL Certificates and is indeed valid.
Desired Output
I would like to understand how to make complient with higher security checks, since my laptop can visit other
" non institutional " websites like this one: https://www.pizzagpt.it/ .
Thanks
Context:
I have built a webapp in NextJS13.4 with the use of the app directory.
The application works perfectly and i have deployed it on Vercel.
Web : https://www.rageformatter.com/
Repo: https://github.com/DataDavidProjects/rageformatter-nextjs
The issue:
My application is correctly live but i was blocked by my working laptop with the following error:
SSL_ERROR_NO_CYPHER_OVERLAP
Checks:
I think the problem is the security of my working laptop.
I have checked if Vercel gave me the SSL Certificates and is indeed valid.
Desired Output
I would like to understand how to make complient with higher security checks, since my laptop can visit other
" non institutional " websites like this one: https://www.pizzagpt.it/ .
Thanks
6 Replies
I just googled, it says it occurs in case of FF. then bumping the version fix.
https://cheapsslsecurity.com/blog/how-to-fix-ssl-error-no-cypher-overlap-error/
https://cheapsslsecurity.com/blog/how-to-fix-ssl-error-no-cypher-overlap-error/
@tafutada777 I just googled, it says it occurs in case of FF. then bumping the version fix.
https://cheapsslsecurity.com/blog/how-to-fix-ssl-error-no-cypher-overlap-error/
BombayOP
Thanks for help!
I have just tried to update FireFox to the latest verion but i think is not working. (see pic ).
Regardless, i assume a final user will not be intersted in fixing such issues.
Is there anything else from a dev prospective i should have done to prevent the block ?
I have just tried to update FireFox to the latest verion but i think is not working. (see pic ).
Regardless, i assume a final user will not be intersted in fixing such issues.
Is there anything else from a dev prospective i should have done to prevent the block ?
did u try this? but you might want your friends or coworker to see if it happens to their computers(browsers). if it happens to only u, you can ignore it.
@tafutada777 https://cheapsslsecurity.com/blog/err_ssl_protocol_error-in-google-chrome/
BombayOP
I have done a few other tests.
On Chrome i get this error:
And talking with some sponsor users i have understood that only users with very high restrictions cannot reach the website.
For now i think is ok but if this is the new error maybe i can do something from the dev side.
Again thanks for the help!
On Chrome i get this error:
And talking with some sponsor users i have understood that only users with very high restrictions cannot reach the website.
For now i think is ok but if this is the new error maybe i can do something from the dev side.
Again thanks for the help!
New Guinea Freshwater Crocodile
The ERR_SSL_VERSION_OR_CIPHER_MISMATCH error occurs due to incompatible SSL/TLS protocols or cipher suites. Check whether your server supports TLS 1.2/1.3 and ciphers.
I've found this article on Version/Cypher Mismatch error- https://certera.com/kb/how-to-fix-the-err_ssl_version_or_cipher_mismatch-error/
I've found this article on Version/Cypher Mismatch error- https://certera.com/kb/how-to-fix-the-err_ssl_version_or_cipher_mismatch-error/