CN=alpn tests,O=jetty project,OU=jetty alpn as certificate name
We recently switched to the OpenJDK version provided by Fedora 28 (java-1.8.0-openjdk, 1:1.8.0.191.b12-8.fc28). With this version the tests kept failing (Maven logfile).
The Fedora version has the option security.useSystemPropertiesFile enabled which loads following config from /etc/crypto-policies/back-ends/java.config:
With this config the the old key (DSA) and cert (dsaWithSHA1) won't be used during the connection handshake. Updating the key and cert works on Oracle JDK and OpenJDK.
update self signed test certificate
CN=alpn tests,O=jetty project,OU=jetty alpn
as certificate nameWe recently switched to the OpenJDK version provided by Fedora 28 (java-1.8.0-openjdk, 1:1.8.0.191.b12-8.fc28). With this version the tests kept failing (Maven logfile).
The Fedora version has the option
security.useSystemPropertiesFile
enabled which loads following config from/etc/crypto-policies/back-ends/java.config
:With this config the the old key (DSA) and cert (dsaWithSHA1) won't be used during the connection handshake. Updating the key and cert works on Oracle JDK and OpenJDK.