We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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()
... 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.
The text was updated successfully, but these errors were encountered:
MutualTlsTest.mTls() fails on Quarkus Platform fix quarkiverse#1292
3f6cc66
MutualTlsTest.mTls() fails on Quarkus Platform fix #1292
c2e54fd
Successfully merging a pull request may close this issue.
... because we have local paths in application.properties
but we do not extract them before running the test from test jar.
The text was updated successfully, but these errors were encountered: