Skip to content Skip to sidebar Skip to footer

Android Ssl Certificate Error After Renewing The Certificate In Server Using Digicert

I have been using the ssl certificate key provided by the server team in android application under raw folder.It was working fine initially. CertificateFactory cf = Certificat

Solution 1:

This kind of problem is often caused by a missing chain certificate. Check your site against SSLLabs and look for reports of incomplete chain. Note that desktop browser like Chrome might still work because they cache chain certificates from earlier connections and sometimes even actively try to retrieve missing chain certificates from the internet.


Post a Comment for "Android Ssl Certificate Error After Renewing The Certificate In Server Using Digicert"