Trust Anchor not found for Android SSL Connection

后端 未结 17 822
囚心锁ツ
囚心锁ツ 2020-11-22 05:06

I am trying to connect to an IIS6 box running a godaddy 256bit SSL cert, and I am getting the error :

java.security.cert.CertPathValidatorException: Trust an         


        
17条回答
  •  盖世英雄少女心
    2020-11-22 05:12

    The error message I was getting was similar but the reason was that the self signed certificate had expired. When the openssl client was attempted, it gave me the reason which was overlooked when I was checking the certificate dialog from firefox.

    So in general, if the certificate is there in the keystore and its "VALID", this error will go off.

提交回复
热议问题