SSL cert “err_cert_authority_invalid” on mobile chrome only

后端 未结 12 1672
轻奢々
轻奢々 2021-01-30 12:22

Domain: https://www.amz2btc.com

Analysis from SSL Labs: https://www.ssllabs.com/ssltest/analyze.html?d=amz2btc.com

All my desktop browsers open this fine. Mob

12条回答
  •  有刺的猬
    2021-01-30 13:01

    I had this same problem while hosting a web site via Parse and using a Comodo SSL cert resold by NameCheap.

    You will receive two cert files inside of a zip folder: www_yourdomain_com.ca-bundle www_yourdomain_com.crt

    You can only upload one file to Parse: Parse SSL Cert Input Box

    In terminal combine the two files using:

    cat www_yourdomain_com.crt www_yourdomain_com.ca-bundle > www_yourdomain_com_combine.crt
    

    Then upload to Parse. This should fix the issue with Android Chrome and Firefox browsers. You can verify that it worked by testing it at https://www.sslchecker.com/sslchecker

提交回复
热议问题