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
This is now possible when using the rustls backend as we expose the full ClientConfig. For native-tls, we either need to add API or also expose TlsConnector directly.
Hi.
Do you have plans to allow to specify certificates (
.pem
,.pfx
,.p12
etc.) for client authentication?I did a small change in file
streams.rs
(line 51) just to test a connection which requires a PKCS12 certificate:and it worked fine.
(The
danger_accept_invalid_certs(true)
is related to #38).The text was updated successfully, but these errors were encountered: