[Cryptography-dev] OpenSSL.SSL.Error 4067

2022-01-02 Thread Elias Kremer
Good evening, I just ran into an error i'm unable to resolve and i couldn't find any help online: I work with the python ssl library, and my code throws an ssl.SSLError "[SSL] PEM lib* (_ssl.c:4067)*". The documentation of the ssl library ( https://docs.python.org/3/library/ssl.html#ssl.SSLContext

Re: [Cryptography-dev] OpenSSL.SSL.Error 4067

2022-01-02 Thread Paul Kehrer
This is a mailing list about a specific Python cryptography project (pyca/cryptography) and sometimes more generally all projects under the pyca umbrella, but it is not a general list. Since your problem is actually with stdlib ssl we're not really the appropriate venue for trying to debug this. Th