Certificate issue #3459
Unanswered
simpsonetti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i installed chagedetection and want to use it with ntfy.
In general ntfy is working. i use
curl -k -d "Hi Test" ntfy.example.com/test
but it only works with -k option, so no validation of the cert. We have here our own CA .
For ntfy i installed it in a lxc container and for ssl, i use it with proxy manager to infect the communication with https .
So my "short" question is: is there an "-k" option in changedetection to not validate the cert?
This is my error message:
(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)')))
Thanks and regards.
Beta Was this translation helpful? Give feedback.
All reactions