-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificate missing "Subject Alternative Name" #95
Comments
Hi Jake, |
same issue here, looks like we gonna have to add a certificate on our own, looking forward to find a solution for this this asap |
I created my own certificate, which isn't too difficult. However you would expect the one that comes with this package to work. |
Can you provide a way to create your own certificate which works? Kind of new into this ssl certificate game. |
https now working on firefox at least, with self created openssl certificate |
got things working on chrome too...
have fun |
The provided self-signed certificate doesn't have a
subjectAlternativeName
field, so Chrome rejects it even if its been marked as "trusted". See this Google Help page for a description of the problem.Here is what I see after trusting the cert and requesting the page again:
The text was updated successfully, but these errors were encountered: