RapidSSL certificate not trusted on Android tablet

后端 未结 5 394
死守一世寂寞
死守一世寂寞 2021-01-30 13:28

I\'ve installed a RapidSSL certificate, with intermediate certificate, on the site address removed, using DirectAdmin. The RapidSSL installation checker reports a succe

5条回答
  •  星月不相逢
    2021-01-30 14:13

    I had the same problem, but it had nothing to do with the support of RapidSSL's or GeoTrust's certificates: I had concatenated the server and intermediate certificates together in the wrong order, when serving the SSL certificate chain.

    So make sure your server's certificate comes first in the bundle, e.g.:

    cat server.pem intermediate.pem > bundle.pem

提交回复
热议问题