SSL handshake fails with - a verisign chain certificate - that contains two CA signed certificates and one self-signed certificate

前端 未结 5 956
Happy的楠姐
Happy的楠姐 2020-12-23 14:04

I am stuck with a issue and trying to debug it. We purchased a Verisign certificate. When we use:

openssl> s_client -connect myweb.com:443 -showcerts
         


        
5条回答
  •  一生所求
    2020-12-23 14:35

    It sounds like the intermediate certificate is missing. As of April 2006, all SSL certificates issued by VeriSign require the installation of an Intermediate CA Certificate.

    It could be that you don't have the entire certificate chain loaded on your server. Some businesses do not allow their computers to download additional certificates, causing a failure to complete an SSL handshake.

    Here is some information on intermediate chains:
    https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR657
    https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AD146

    Intermediate CA Certificates

提交回复
热议问题