Replies: 1 comment
-
at the moment it is not possible to specify default connector. you have to override connector for each http client instance. |
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.
-
Hi, I'd like to use https://github.com/rustls/rustls-platform-verifier to let the OS manage TLS certs instead of bundling them in, but because webpki-roots is a required dependency of ntex, I have to explicitly specify it for all
ntex::http::Client
initializations. Would it be possible to make webpki-roots optional to allow using alternate verifiers like this globally?Beta Was this translation helpful? Give feedback.
All reactions