I followed the guide here to replace the self-signed certs with 3rd party certs, and now
i'm getting this error on signin:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
certification path to requested target
do i need to have the .p12 in place also? I extracted the .key and .cer from the existing
PFX, and copied them to all the places in the article, renaming the .cer to .pem as neded
and I always get that error. Yes, I did copy to the java directory and ran the program to
update the trust store, and I can list out the trust store and see it listed. Has there
been a recent change in how it handles certs? I tried it with the blank password for the
certstore, with "changeit" and also changing the password to "123456"
and none work.