= bug description =
http://jenkins.cloud.fedoraproject.org/securityRealm/commenceLogin
= bug analysis =
{{{ Caused by: java.lang.RuntimeException: Could not generate DH keypair at sun.security.ssl.DHCrypt.<init>(DHCrypt.java:132) at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:549) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:179) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:609) at sun.security.ssl.Handshaker.process_record(Handshaker.java:545) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:963) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1208) at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:674) at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:119) ... 93 more Caused by: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive) at com.sun.crypto.provider.DHKeyPairGenerator.initialize(DHKeyPairGenerator.java:120) at java.security.KeyPairGenerator$Delegate.initialize(KeyPairGenerator.java:644) at sun.security.ssl.DHCrypt.<init>(DHCrypt.java:125) ... 101 more }}}
This issue seems to have been resolved.
Still a problem: http://jenkins.cloud.fedoraproject.org/job/389-ds-base/435/console
Looks related to https://bugzilla.redhat.com/show_bug.cgi?id=1127667
The problem on 389-ds-base was again the http:// vs git:// biting us for the git url.
It's fixed now.
Log in to comment on this ticket.