-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug] {{ useHttps - clientOnly won't start }} #3744
Comments
try client w localhost not 0.0.0.0 |
if you do this from diff machines does it work? |
I have updated the I can successfully connect to https://www.raspberrypi.local:8080 from browser But I still get the error |
if I google |
This is strange, since In chrome i get the ✅ icon for https. However, to do this I added another CA certificate to the browser. I have 3 files:
Should I add
|
don't know, try it. I would add the contents of |
Environment
MagicMirror² version: 2.31
Node version: 22.12.0
npm version: 10.9.0
Platform: Linux
Which start option are you using?
node clientonly --address ... --port ...
Are you using PM2?
No
Module
None
Have you tried disabling other modules?
Have you searched if someone else has already reported the issue on the forum or in the issues?
What did you do?
Configuration
Steps to reproduce the issue:
Produce a self-signed certificate with
openssl
, expiring in 3035, using this scriptsWhat did you expect to happen?
The client working
What actually happened?
I get this error
If I run the above, with
useHttps:false
, everything works.Additional comments
No response
Participation
The text was updated successfully, but these errors were encountered: