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

MutualTlsTest.mTls() fails on Quarkus Platform #1292

Closed
ppalaga opened this issue Mar 15, 2024 · 0 comments · Fixed by #1293
Closed

MutualTlsTest.mTls() fails on Quarkus Platform #1292

ppalaga opened this issue Mar 15, 2024 · 0 comments · Fixed by #1293

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Mar 15, 2024

... because we have local paths in application.properties

quarkus.cxf.client.mTls.key-store = target/classes/client-keystore.${keystore.type}
quarkus.cxf.client.mTls.trust-store = target/classes/client-truststore.${keystore.type}

but we do not extract them before running the test from test jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant