Error in Enabling SSL for Azure Kubernete Service

Sandip Roy 1 Reputation point
2020-10-16T11:33:15.03+00:00

I have written a microservice that posts data to CRM.
Containerized the micro service in AKS. now I generated a certificate using openssl and trying to add the certificate to my microservice DNS url.

Finally getting this error on executing the below command:

curl -v -k --resolve aiacrminterface-aks.southeastasia.cloudapp.azure.com:443:20.195.39.104 https://aiacrminterface-aks.southeastasia.cloudapp.azure.com.

For SSL I followed https://learn.microsoft.com/en-us/azure/aks/ingress-own-tls.

<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host aiacrminterface-aks.southeastasia.cloudapp.azure.com left intact

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,916 questions
{count} votes