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

Regression in some SSH related tests #3218

Open
paraita opened this issue May 15, 2018 · 0 comments
Open

Regression in some SSH related tests #3218

paraita opened this issue May 15, 2018 · 0 comments

Comments

@paraita
Copy link
Contributor

paraita commented May 15, 2018

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.

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

No branches or pull requests

1 participant