astro-community / astro-auth

The Easiest Way To Do Authentication In Astro 🧑🏻‍🚀

Home Page:astro-auth-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL issue at Documentation site, in firefox Ubuntu

ambrt opened this issue · comments

commented

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

commented

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