Trying to load a cert, and SSLError: [SSL] PEM lib (_ssl.c:3926) happens
#2905
Replies: 1 comment
-
|
Well it seems that |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello, I am trying to do on the latest version of httpx (0.25.0):
and I am getting the following error:
`SSLError: [SSL] PEM lib (_ssl.c:3926)`
You can find the certificate here: https://github.com/SideStore/apple-private-apis/blob/master/icloud-auth/src/apple_root.der
I tried to convert it to PEM format using:
but it still gives the same error.
I am not sure it comes from the certificate since it is valid when used in the other program, at https://github.com/SideStore/apple-private-apis/blob/5aa6de4d3c631483f50b27a425f2bdbbd00c0cc4/icloud-auth/src/client.rs#L144-L149
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions