|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

After further investigation, it appears that sslscan discovers weak ciphers only if jenkins.war is started with java6. It is not the case with java7.
For Debian Wheezy, this means
java 6: 1.6.0_32 (weak ciphers discovered by sslscan)
java 7: 1.7.0_65 (no weak ciphers)
So I guess the ticket can be closed.