SSL issue at Documentation site, in firefox Ubuntu
I get SSL_ERROR_NO_CYPHER_OVERLAP when i try to load documentation site (https://astro-auth.weoffersolution.com/)
I have latest firefox (107.0) on Ubuntu 20.
Tried few suggested work arounds but problem stays. It seems to be server problem as reported here: https://www.ssllabs.com/ssltest/analyze.html?d=astro-auth.weoffersolution.com
Same in Chrome and Safari macOS 13
Looks like the domain has expired, you can still access the docs by cloning the repo and running yarn install and yarn start in /docs
@pierrelefevre Thanks for pointing that out.
Just to note, it has to be specifically yarn install b/c npm i will produce errors.
Is it ok to not close this issue so others who will seek this problem have solution here?