We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting occasional SSL errors within our IT infrastructure:
2021-06-23 16:51:26,112 [ERROR] mllp_http.mllp2http HTTP connection error: HTTPSConnectionPool(host='domain.tld', port=443): Max retries exceeded with url: /hl7 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1091)')))
We had a self signed certificate, this is now removed, but our infra with Docker Swarm and Traefik seems still unreliable.
Is there a way to get more information from the error like SSL certificate Common Name / Domain?
The text was updated successfully, but these errors were encountered:
A good question, and I do not know. I agree CN or SAN would be a nice thing to know.
Sorry, something went wrong.
No branches or pull requests
I am getting occasional SSL errors within our IT infrastructure:
We had a self signed certificate, this is now removed, but our infra with Docker Swarm and Traefik seems still unreliable.
Is there a way to get more information from the error like SSL certificate Common Name / Domain?
The text was updated successfully, but these errors were encountered: