MindFlavor / AzureSDKForRust

Microsoft Azure SDK for Rust
http://mindflavor.github.io/AzureSDKForRust
Apache License 2.0
160 stars 62 forks source link

Hyper error: invalid certificate: UnknownIssuer #306

Closed ayngling closed 4 years ago

ayngling commented 4 years ago

When running the code locally using cargo run, using cosmos works great. However, if I package it as a docker container (for running in Azure App Service) I get the following error: "Hyper error: invalid certificate: UnknownIssuer".

I assume this is a docker configuration issue and not a problem with this SDK (so feel free to close this issue directly), but it would be great to understand how the SDK uses Hyper, so I can look for a way to fix this.