How to fix SSL issue SSL_CTX_use_certificate : ca md too weak on Python Zeep

The error message you are getting indicates that the certificate you are using is signed with an md5 hash. OpenSSL 1.1.0 has introduced a new feature called security level.The default setting of 1 will cause the following (emphasis by me): The security level corresponds to a minimum of 80 bits of security. Any parameters offering … Read more