Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermediate certificate not loaded from the keyvault using JCA in tomcat #41906

Closed
wddwagner opened this issue Sep 18, 2024 · 4 comments
Closed
Assignees
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

Comments

@wddwagner
Copy link

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.

@github-actions github-actions bot added azure-spring All azure-spring related issues Client This issue points to a problem in the data-plane of the library. labels Sep 18, 2024
Copy link

@github-actions github-actions bot added 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 labels Sep 18, 2024
Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@rujche
Copy link
Member

rujche commented Sep 19, 2024

Hi, @wddwagner

Thanks for reaching out. It's a known issue, and already been fixed in #41303
Please wait for next release. And it's planed to be released next month.

Of course, you can build a jar in main branch by yourself if you want to use it before it's released.

@rujche
Copy link
Member

rujche commented Oct 8, 2024

Closing this issue, because related PR has been merged.

@rujche rujche closed this as completed Oct 8, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Spring Cloud Azure Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Done
Development

No branches or pull requests

2 participants