Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Lets Encrypt, NGINX proxy and SSL_ERROR_NO_CYPHER_OVERLAP

  • 3 odpovede
  • 1 má tento problém
  • 222 zobrazení
  • Posledná odpoveď od FredMcD

more options

I have several sites behind a reserve proxy using NGINX Proxy manager. Every time my Let encrypt certs renew, for several days after I get SSL_ERROR_NO_CYPHER_OVERLAP when trying access my sites from firefox. I do not have this issue with other browsers.

I am on firefox 95.0.2

I have several sites behind a reserve proxy using NGINX Proxy manager. Every time my Let encrypt certs renew, for several days after I get SSL_ERROR_NO_CYPHER_OVERLAP when trying access my sites from firefox. I do not have this issue with other browsers. I am on firefox 95.0.2

Vybrané riešenie

Thanks for the info. I don't know why but deleting the two "OS Client Cert Token" in the "Your certificates" tab of certificate manager fixed my issue. The certs regenerated and now the pages load with no issue.

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (3)

more options

SSL_ERROR_NO_CYPHER_OVERLAP Your server apparently doesn't offer any cipher suites necessary to establish a secure https connection that are supported in Firefox. You can check what kind of cipher suites Firefox can make use of by visiting; https://www.ssllabs.com/ssltest/viewMyClient.html

Firefox will just show the SSL_ERROR_NO_CYPHER_OVERLAP error when encountered any site using the RC4 cipher.

Note: The website may only work via HTTP and won't work if you force secure HTTPS. You may have to create an 'Off' exception if you use HTTPS-Only.

more options

Vybrané riešenie

Thanks for the info. I don't know why but deleting the two "OS Client Cert Token" in the "Your certificates" tab of certificate manager fixed my issue. The certs regenerated and now the pages load with no issue.

more options

Glad to help. Safe Surfing.