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
Due to recent changes to the JDK 8, our SSH related tests (e.g TestSSHInfrastructureV2) are failing on the following error:
java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
at sun.security.provider.DSA.checkKey(DSA.java:111)
at sun.security.provider.DSA.engineInitSign(DSA.java:143)
at java.security.Signature$Delegate.engineInitSign(Signature.java:1177)
As a result, this introduce instability to our CI pipeline.
The text was updated successfully, but these errors were encountered:
Due to recent changes to the JDK 8, our SSH related tests (e.g TestSSHInfrastructureV2) are failing on the following error:
As a result, this introduce instability to our CI pipeline.
The text was updated successfully, but these errors were encountered: