Application Gateway - With Https Listener - Key vault certificate

Nitya V 45 Reputation points
2024-09-23T12:32:44.0133333+00:00

Hi Team

We have setup an application gateway in Azure with https listener attached to a self signed certificate in key vault

We have associated the app gateway with multiple app services under it

This has custom domain and dns configured to the app gateway public IP

However when we access it with https it gives us

net::ERR_CERT_AUTHORITY_INVALID

Any help would be appreciated

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,063 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TP 93,301 Reputation points
    2024-09-23T12:49:11.12+00:00

    Hi Nitya,

    The listener certificate needs to be issued by an authority trusted by the client PCs. For example, a public certificate issued by Let's Encrypt, GlobalSign, DigiCert, GeoTrust, Comodo, etc.

    From your description you used a self-signed certificate, which by default won't be trusted by the client PCs. You could manually add the self-signed certificate to the trusted root certification authorities store on each PC, but generally that is only done in test scenarios.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


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.