|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The original workaround - copying the bundled bouncycastle jar (plugins/ssh-agent/WEB-INF/lib/bcprov-jdk15on-1.47.jar) from the plugin to $JDKHOME/jre/lib/ext has solved my issue. I will next check to see if this method is compatible with different java versions and if the unlimited policy is needed still. I was unable to use the newest bouncycastle version due to incompatibilities though (java.lang.VerifyError: (class: org/bouncycastle/openssl/PEMReader$EncryptedPrivateKeyParser, method: parseObject signature: (Lorg/bouncycastle/util/io/pem/PemObject;)Ljava/lang/Object
Incompatible argument to function)