All Questions
Tagged with azure-application-gateway ssl-certificate
24
questions
13
votes
2
answers
13k
views
Terraform - How to attach SSL certificate stored in Azure KeyVault to an Application Gateway
I have a Terraform script that create an Azure Key Vault, imports my SSL certificate (3DES .pfx file with a password), and creates an Application Gateway with a HTTP listener. I'm trying to change ...
5
votes
5
answers
5k
views
Azure Application Gateway : Backend server certificate expired. Please upload a valid certificate
We have an Azure Application Gateway V2 setup with WAF feature enabled. We ran into trouble when suddenly, the health of all our backend pools (3 in our case) started showing unhealthy and the error ...
3
votes
1
answer
2k
views
Retrieve/recover cert pfx from Azure Application Gateway
I want to retrieve/download the original pfx certificate that was uploaded onto our Application Gateway.
So far I have done the following in PowerShell:
$appGw = Get-AzApplicationGateway -Name "...
3
votes
0
answers
216
views
Azure App Gateway Never Picks up Renewed SSL Certs from Key Vault Automatically
I am seeing a peculiar problem whereby my Azure Application Gateway never picks up renewed certs from KV. I have KV as a reference in the listener. I upload new Certs in the KV and also change the ...
2
votes
1
answer
2k
views
Azure Application Gateway SSL Certificate: Data must be specified for Certificat
I want to use Azure Application gateway for TLS termination. When trying to upload my PFX certificate to an Application Gateway Listener I receive the following, non-informative, error message:
Failed ...
2
votes
1
answer
2k
views
Azure Application Gateway not pulling through SSL Cert purchased via Azure App Service Certificates
Background
I am trying to implement a WAF in font of a web app hosted in azure app service. This app is configured to force https so the WAF needs to pass through https traffic (end to end SSL as ...
1
vote
1
answer
3k
views
How to create a root certificate for application gateway?
I have a webapp hosted in Azure app service and has a certificate associated with its domain and the certificate is stored in the keyvault.
I want to create one application gateway with web ...
1
vote
2
answers
3k
views
Azure Application gateway with lets encrypt
I have an AKS cluster running running Internal nginx ingress + cert-manager which generates lets encrypt for ssl terminations.
I would like to include application gateway as an entry point, where I ...
1
vote
1
answer
3k
views
Enable App Gateway ingress for Azure Kubernetes on 443 (https)
I am new to AKS and trying to set up the cluster and expose it via an app gateway ingress controller. While I was able to set up the cluster using az commands and was able to deploy and hit it using ...
1
vote
1
answer
4k
views
(Azure APGW / SSL certificate) Intermediate certificate is missing in Azure Application Gateway. Wrong certificate?
I have a Drupal web app hosted on a VM in Azure. We want to set up an end to end SSL connection between the Application Gateway and the web app. For some specific reasons, we have to use a company ...
1
vote
1
answer
730
views
How to extract the root CA certificate from keyvault certificate using command?
I have a certificate in the azure key vault. I want to use the root certificate of this certificate in backend settings of application gateway.
I already used the keyvault certificate in listener for ...
1
vote
2
answers
330
views
Terraform - App Gateway - Duplicate SSL Certificate Issue
I have a Wildcard SSL Certificate in my KeyVault. I've got multiple hostnames that needs to use the Wildcard SSL Certificate for. I want to create 3x HTTPS Listerners in my Application Gateway, each ...
1
vote
1
answer
1k
views
Error Key Vault object_id is an invalid UUID - Terraform/Azure
I'm deploying an Azure Application Gateway in Terraform and I want to store my SSL private certificate for the https between Internet and my App-gtw in an Azure Key Vault.
The code, omitting useless ...
1
vote
1
answer
1k
views
Azure Traffic manager gives SSL error while App gateway URL works while using Azure App gateway ingress controller on AKS
We are going multi-region for our project and there is a need for us to use an Azure traffic manager to route traffic to each region. Our setup looks like below where our app gateway is exposed via a ...
0
votes
1
answer
380
views
Client Certificate Validation at APIM using Application Gateway Mutual authentication server variables
I want to implement client certificate validation in Azure API Management policy for certificate
1: Expiration
2: from specific Issuer
3: with specific Subject
4: Revocation ( I see Client ...
0
votes
1
answer
726
views
Custom Domain and Certificates on AKS with App Gateway
I'm struggling to understand how all things need to be configured in the following scenario:
custom domain registered by the client to be something like api.<appname>.dev.client.com
managed ...
0
votes
1
answer
307
views
Is there a way to make Azure Application Gateway return all certificates in the chain?
We're migrating a web app from AWS to Azure. Some users access the site through an app on embedded tablets that run Android 6. I'm getting certificates from LetsEncrypt using certbot and, inside a ...
0
votes
1
answer
1k
views
Issue with User Assigned Identity with Azure Application Gateway while using with Terraform
I am trying to assign a "User Assigned Identity" to my Azure Application Gateway so that the App Gateway can read SSL certs from a particular Azure Key Vault.
I am following the link --> ...
0
votes
2
answers
288
views
Building an Azure Application Gateway with SSL termination using PowerShell - Can anyone get this to work? Listener SSL resource reference error
Trying to build an Azure Application Gateway using the following instructions and cannot get it to build without an exception stating that the certificate referenced by the listener cannot be found
...
0
votes
2
answers
862
views
Azure App Service and App gateway SSL certificates informations
in my company I have an Azure environment in which SSL certificates need to be renewed. But I was given no info about them.
So I have app services that run in an ASE, with an app Gateway.
The ...
0
votes
1
answer
3k
views
Application Gateway integration with Azure Key Vault issue
Hopefully someone can help there.
I am trying to integrate Azure Application Gateway with Key Vault using ARM template and getting an issue:
SecretIdSpecifiedIsInvalid: SecretId '==' specified in '/...
0
votes
0
answers
280
views
Multiple basic app gateway listeners using wrong SSL cert
I have 3 different wildcards domains setup on an app gateway (tier 2) all using a basic listener. So for instance. I have *.example1.com, *.example2.com, and *.example3.com all as basic listeners on ...
0
votes
0
answers
44
views
Is there a way to confirm whether SSL/TSL termination is working or not , in Application Gateway in Azure
So , i added the SSL/TSL certificate in the listener part of the application gateway and i am curious to whether i get the encrypted/decrypted data or not.My main question is , can i physically see ...
0
votes
2
answers
3k
views
Azure application gateway front of azure web app end-to-end SSL gets 404
I am trying to put a WAF in front of an Azure web app (no ASE). The web app is running with HTTPS (SSL *.azurewebsites.net). I have followed the instructions from this MS document:
https://learn....