astro-community / astro-auth

The Easiest Way To Do Authentication In Astro 🧑🏻‍🚀
astro-auth-docs.vercel.app
99 stars 20 forks source link

SSL issue at Documentation site, in firefox Ubuntu #24

Open ambrt opened 1 year ago

ambrt commented 1 year ago

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

tschope commented 1 year ago

Same in Chrome and Safari macOS 13

pierrelefevre commented 1 year ago

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

ambrt commented 1 year ago

@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?