Skip to content
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

Local self-signed certs #27

Closed
GeekyTim opened this issue Sep 27, 2024 · 3 comments · Fixed by #28
Closed

Local self-signed certs #27

GeekyTim opened this issue Sep 27, 2024 · 3 comments · Fixed by #28
Assignees

Comments

@GeekyTim
Copy link
Contributor

Some of my internal servers use self-signed certificates, but I must monitor their interfaces. However, because they are self signed I get an error:

Cannot connect to host xxxx.local ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:992)')]

Could this be handled differently (e.g. with a flag to ignore self-signed?)

@GeekyTim
Copy link
Contributor Author

I have a solution, which I have implemented in my local version. Once I have tested it all out I will create a pull request.

@harsxv
Copy link
Owner

harsxv commented Sep 30, 2024

Since I dont have any self-signed certs, yet, I can't reproduce the issue. Looking forward for your PR! Thanks @GeekyTim

@GeekyTim
Copy link
Contributor Author

Pull request requested.

@harsxv harsxv linked a pull request Oct 2, 2024 that will close this issue
@harsxv harsxv closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants