MindFlavor/AzureSDKForRust

Hyper error: invalid certificate: UnknownIssuer

ayngling opened this issue · 0 comments

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.