Share via

Adding SSL (HTTPS) to Azure Container Instance

sai pavan 40 Reputation points
Mar 4, 2024, 10:56 AM

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://learn.microsoft.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.
748 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,165 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 8,276 Reputation points
    Mar 4, 2024, 4:38 PM

    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://learn.microsoft.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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.