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
It looks like hyper-rustls version 0.20 introduced a webpki-tokio feature to use compiled-in root certificates from webpki-roots instead of rustls-native-certs. We could expose that feature in egg-mode to allow you to use those certificates instead of using the root certs on your system. I'll give this a shot and add it in if it works.
Update: i got it working locally, so i've opened #95 to enable this. I'll make sure to merge it before cutting the next release with the raw stuff in it.
Even if I add
egg-mode
like this:I run into the following errors:
I figured out that hyper-rustls started to use
rustls-native-certs
from v18.How can it be fixed without adding CA certs to the root?
The text was updated successfully, but these errors were encountered: