[SOLVED] Unable to Find Valid Certification Path to Requested Target

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
Aniruddh
Posts: 3
Joined: Sat Sep 13, 2014 12:53 am

[SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by Aniruddh »

Hello,
I have installed Globalsign Domain Validated SSL but whenever I'm restarting zimbra I'm getting this error:
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertP athBuilderException: unable to find valid certification path to requested target
I have imported the Globalsign CA via keytool command but still getting the same error.
OS: RHEL5 32bit

Zimbra Version: 6.0.2_GA_1912.RHEL5_20091020173119 RHEL5 NETWORK edition


Any help would be greatly appreciated.
Aniruddh
Posts: 3
Joined: Sat Sep 13, 2014 12:53 am

[SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by Aniruddh »

Any one?
Its urgent as this error has caused no access to Zimbra admin or email. I'm able to login to SSH through.
Aniruddh
Posts: 3
Joined: Sat Sep 13, 2014 12:53 am

[SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by Aniruddh »

Okay,
I've fixed the issue. Problem solved now. :)
phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

[SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by phoenix »

Aniruddh wrote:Okay,
I've fixed the issue. Problem solved now. :)
Please post the solution for other forum members.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
billy_oconnell
Posts: 13
Joined: Fri Sep 12, 2014 10:12 pm

[SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by billy_oconnell »

Can you post your solution, as I seem to be running into the same issue.
Thanks,

Billy
NathanL
Advanced member
Advanced member
Posts: 95
Joined: Sat Sep 13, 2014 12:23 am

[SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by NathanL »

It's been quite a while since this was updated, but as i stumbled across it while hunting for a resolution to this issue, I'll post the fix that the OP left out.
I used:



/opt/zimbra/java/bin/keytool -import -alias new -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass ******** -file /opt/zimbra/ssl/zimbra/commercial/commercial.crt



to fix the issue. Zimbra's support later suggested to me:



/opt/zimbra/bin/zmcertmgr addcacert /opt/zimbra/ssl/zimbra/commercial/commercial.crt



Which is more... zimbrified, easier to use, and probably the beter choice.
User avatar
jorgemop
Posts: 20
Joined: Sat Sep 13, 2014 3:27 am
Location: Venezuela

Re: [SOLVED] Unable to Find Valid Certification Path to Requested Target

Post by jorgemop »

I fixed this, with the following:
as Zimbra User: zmupdateauthkeys
No need to restart services.
Used to fetch the ssh encryption keys created by zmsshkeygen


From: https://www.zimbra.com/docs/os/6.0.10/a ... 13.03.html

My problem became from zimbra update 8.7.11 --> patch 11 after vulnerability CVE-2019-9670 being actively exploited : http://forums.zimbra.org/viewtopic.php? ... 5&start=20
Post Reply