I've got an issue with service that was deployed with kubernetes.
- Locally, calling the endpoint that calls another API (
https://localhost:XXXX/api/c/platforms) works fine. - After deployment (the prod endpoint is
https://commands-clusterip-srv:80/api/c/platforms), I get a following error
I've already tried running the command dotnet dev-certs https --trust and specifying ServerCertificateCustomValidationCallback in Program.cs, but it doesn't change anything.