-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
does this work for local LAN device accesses? #44
Comments
Hi @YunHsiao The logs are interesting. This is not related to your problem with the certificate, but there can be another problem too. |
oh I see... Looks I have to use a dedicated server to do this, thank you for the clarification. |
Yes, if you need a certificate trusted by all the devices, you'll need a real certificate issued by a third party, this is a development certificate only. Take a look to Let's Encrypt, they issue valid certificates for free. You will need to run your server on a public IP address on the Internet, and you'll need a domain that points to this address. Probably a dedicated server is the easier choice. |
Sorry if this is not the right place to ask this, but I'm kind of confused if this server works on LAN environment, say visiting the desktop server on the mobile device connected to the same wifi network. I kept getting error messages like this one discussed here. (all the
openssl
commands behaves exactly like what's described)Seems to be certification problems, but I'm really not familiar with these, so a little help would be much appreciated.
Oh and btw, when generating the certificates, looks like there's some logging issue too:
The text was updated successfully, but these errors were encountered: