Intermediate certificate not loaded from the keyvault using JCA in tomcat #41906
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
I've followed the steps from Use Azure Key Vault to deliver TLS/SSL certificates to Apache Tomcat
My tomcat is running on a ubuntu pod (mcr.microsoft.com/openjdk/jdk:11-ubuntu) in Azure Kubernetes Service with an Azure Application Gateway. I am using this to achieve end to end encryption. Azure Application Gateway complains that there is no intermediate certificate. However the intermediate certificate was combined in the certificate that is in my keyvault. I am using a CA certifcate from Comodo.
I am not sure if this is an issue with the JCA or an azure Keyvault issue. If I load the same pfx that I used in the keyvault into a Java Key Store instead and use that in tomcat, then the Application Gateway does not complain.
The text was updated successfully, but these errors were encountered: