Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins: signature verification failed in update site 'default' (show details)

I have installed Jenkins on Amazon EC2 instance and I am trying to get an updated list of available plugins.
When I go to Manage Plugins --> Advanced --> Check now(at the bottom), I get an error as below:

signature verification failed in update site 'default' (show details)

like image 501
meallhour Avatar asked Dec 19 '25 08:12

meallhour


1 Answers

Please see https://issues.jenkins-ci.org/browse/JENKINS-31089 which is relevant but should be fixed on the latest builds.

For me the fix was a little different. The java.security file had

jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024

I removed MD5 from this list to make it

jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024

This resolved the issue for me.

like image 187
Ritesh Tendulkar Avatar answered Dec 24 '25 11:12

Ritesh Tendulkar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!