HTTPs is not working in Service Fabric with Docker Container HTTPs is not working in Service Fabric with Docker Container docker docker

HTTPs is not working in Service Fabric with Docker Container


Using Service Fabric for container and https could follow this doc.

It will inject the certificate into the container as environment variables.

But for linux clusters, there is a problem. The Certificates_ServicePackageName_CodePackageName_CertName_PEM and Certificates_ServicePackageName_CodePackageName_CertName_PrivateKey represented files are having the exact same content.

I'm waiting for the Azure China supporter for further clarification on this, not sure if it's a China specific problem.