119116-20 - ERROR: Failed to validate the digital signature(s).
Hi I am getting such errors when I use smpatch:
bash-3.00# smpatch download -i 119116-20
com.sun.patchpro.util.Percentage@1c4ff2c
119116-20 cannot be validated.
Unexpected Failure: java.lang.Throwable: ERROR: Failed to validate the digital signature(s).
Can you please help me fix this?
Thanks,
Mayuresh
# 2
> Unexpected Failure: java.lang.Throwable: ERROR: Failed to validate the digital
> signature(s).
This may be related to an earlier problem regarding updated digital signatures, please see the following forum post for further information.
http://forum.sun.com/jive/thread.jspa?threadID=108470&messageID=369154
In future you may wish to search the forums more fully, as you will often be able to find a solution to your problem much quicker than we can respond to your questions.
# 3
I'm getting the same problem ; smpatch fails to validate signed patches.
I followed the instructions at:
http://forum.sun.com/jive/thread.jspa?threadID=108470&messageID=369154
However, 112945-43 is obsoleted by 112945-44, which I installed instead. I also installed this certificate, as the instructions indicate:
http://www.sun.com/pki/certs/ca/Object_Signing_CA-cert.der
Using pkgadm addcert -t -f der ./Object_Signing_CA-cert.der. I can see that it is installed:
# pkgadm listcert
Keystore Alias: Object Signing CA
Common Name: Object Signing CA
Certificate Type: Trusted Certificate
Issuer Common Name: Sun Microsystems Inc Root CA
Validity Dates: <Jun 2 00:00:00 2005 GMT> - <Jun 1 23:59:59 2015 GMT>
MD5 Fingerprint: A9:C8:BE:5E:79:67:42:A2:31:77:17:B9:0A:80:F8:F1
SHA1 Fingerprint: C7:CA:40:96:E7:DC:D8:59:01:07:76:B1:7A:FF:C0:B4:C3:27:A5:40
However, 'smpatch update' still produces:
Error: PatchPro failed: ERROR: Failed to validate the digital signature(s).
/var/sadm/spool/113434-33.jar cannot be validated.
I'm guessing that the Object Signing CA on http://www.sun.com/pki/certs/ca/ is not the correct certificate that I need to verify the signed patches. Can anyone point me in the right direction?
Thanks.