You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be OK, but I wanted to at least document it. If you build examples/security/webserver-signatures with JDK 11.0.11 it fails with:
[INFO] Running io.helidon.security.examples.signatures.SignatureExampleConfigMainTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.712 s <<< FAILURE! - in io.helidon.security.examples.signatures.SignatureExampleConfigMainTest
[ERROR] io.helidon.security.examples.signatures.SignatureExampleConfigMainTest Time elapsed: 0.712 s <<< ERROR!
io.helidon.common.pki.PkiException: Failed to read PKCS12 keystore: keystore:FILE:/Users/jdipol/GitHub/barchetta/helidon-examples/examples/security/webserver-signatures/src/main/resources/keystore.p12
at io.helidon.security.examples.signatures.SignatureExampleConfigMainTest.initClass(SignatureExampleConfigMainTest.java:31)
Caused by: java.io.IOException: Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
at io.helidon.security.examples.signatures.SignatureExampleConfigMainTest.initClass(SignatureExampleConfigMainTest.java:31)
Caused by: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
at io.helidon.security.examples.signatures.SignatureExampleConfigMainTest.initClass(SignatureExampleConfigMainTest.java:31)
Works fine with JDK 11.0.22
The text was updated successfully, but these errors were encountered:
This might be OK, but I wanted to at least document it. If you build
examples/security/webserver-signatures
with JDK 11.0.11 it fails with:Works fine with JDK 11.0.22
The text was updated successfully, but these errors were encountered: