-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for Self-signed Certificates #131
Comments
Hello, there is already a way to trust additional certs: https://nodejs.org/api/cli.html#node_extra_ca_certsfile |
Hi @sambartik, I'm a noob so could you toss me a bone. ;) I added the following line to my docker compose file:
but I'm still seeing this error in the logs. 6/24/2023, 8:55:02 PM: ➡️ Signing in to https://pi-hole.local.com/admin...
How should we be enabling this with a docker container? Thank you. |
Hey @joeavelar, I just came across this same issue and here's how I fixed it using the above reference with Docker compose:
Obviously I'm using a CA certificate and the solution might be a little different if it's a single cert. |
What I am going to say here is no way secure. It's just a workaround in case you need it.
This completely ignores whatever is wrong with the certificates. |
Thanks for all the info guys, I've since switched to running Let's Encrypt certificates inside my home network, so this issue is not needed for me anymore. |
What feature would you like added?
I'm running my internal services solely over https, and would like to be able to configure orbital-sync to ignore self-signed certificate errors.
Version
No response
Log output
The text was updated successfully, but these errors were encountered: