Docker - The SSL connection could not be established

Viewed 8

I've got an issue with service that was deployed with kubernetes.

  1. Locally, calling the endpoint that calls another API (https://localhost:XXXX/api/c/platforms) works fine.
  2. After deployment (the prod endpoint is https://commands-clusterip-srv:80/api/c/platforms), I get a following error enter image description here

I've already tried running the command dotnet dev-certs https --trust and specifying ServerCertificateCustomValidationCallback in Program.cs, but it doesn't change anything.

0 Answers
Related