Hello,
through a HttpsUrlConnection instance I am connecting to https://i-portal.cssz.cz/
I've found out that in the $JAVA_HOME/lib/security/cacerts is misssing an intermediate certificate GeoTrust Extended Validation SSL CA - G2. The root cert GeoTrust Primary Certification Authority is present.
So the whole path is
1. i-portal.cssz.cz
2. GeoTrust Extended Validation SSL CA - G2
3. GeoTrust Primary Certification Authorit
I've tried java 7, java 8.
Does anybody know why the GeoTrust Extended Validation SSL CA - G2 is missing in the cacerts keystore?
I have an another question. The end cert i-portal.cssz.cz has extension AuthorityInfoAccess / 1.3.6.1.5.5.7.48.2 with an address http://ga.symcb.com/ga.crt that leads to issuing certificate GeoTrust Extended Validation SSL CA - G2. But java didn't try to dowload it. Is there a way ho to tell java to download certs usingĀ AuthorityInfoAccess ?
Jan