Adding SSL (HTTPS) to Azure Container Instance

sai pavan 20 Reputation points
2024-03-04T10:56:33.0333333+00:00

Hi Team,

I'm working on ACI, looking on adding SSL (Https) to ACI, can any one please help me out.

Also I tried with sidecar container but showing https error.

https://video2.skills-academy.com/en-us/azure/container-instances/container-instances-container-group-ssl.

User's image

User's image

User's imageThanks in Advance.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
669 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,001 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 5,901 Reputation points
    2024-03-04T16:38:08.6533333+00:00

    Hi sai pavan,

    If you are following the same way of generate certificate as the lab, take in consideration that is Self Signed certificate so that message "not secure" is expected.

    User's image

    https://video2.skills-academy.com/en-us/azure/container-instances/container-instances-container-group-ssl

    If you need to continue with your test and show this selfsigned certificate as trusted you can follow:

    https://techcommunity.microsoft.com/t5/windows-server-essentials-and/installing-a-self-signed-certificate-as-a-trusted-root-ca-in/ba-p/396105

    If you need to publish this as production environment , instead of execute the step "Create a self-signed certificate" you need to buy a certificate and upload to use and configure it.

    Let me know if you have any other doubt.

    Luis