You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kindly suggest any work around to post https request with client certificate as pfx and passphrase
The text was updated successfully, but these errors were encountered:
SSathish89
changed the title
is any option to post request with client certificate as pfx and passpharse
is any option to post https request with client certificate as pfx and passpharse
Jul 23, 2024
SSathish89
changed the title
is any option to post https request with client certificate as pfx and passpharse
is any option to post https request with client certificate as pfx and passphrase
Jul 23, 2024
Hi @SSathish89 , I have done some research on this issue.
LLRT currently relies on rustls_pemfile crates. A rustls_pemfile crate does not support pfx files, only pem files can be specified. Can we consider the possibility of extracting the desired certificate from a pfx file and using it as a pem file?
Kindly suggest any work around to post https request with client certificate as pfx and passphrase
The text was updated successfully, but these errors were encountered: