Replies: 2 comments
-
I also tried merging both client key and client cert into a single file like
Public key looks like
Private key is PEM EC And now I am getting this error:
any hint? thank you very much |
Beta Was this translation helpful? Give feedback.
0 replies
-
This should help: #2011 (comment) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear reqwest community,
I am trying to create a reqwest client for mTLS and self signed certs. I have 3 certificate files:
This my code:
And this is the error I am getting:
I am assuming I can't use
.identity
twice for my 2 files (user key and user public cert)Any idea on how to do this?
Beta Was this translation helpful? Give feedback.
All reactions