[SOLVED] SSLLabs test: Chain issues: Incomplete

After I install the beta ceertificate, everything is fine, the certificate is marked trusted, however, the SSLLabs test shows this string:

Chain issues: Incomplete

May I ask for hint on what is wrong with certificate chain?

Web server: Apache 2.2, used recommended SSL settings from cipherli.st.

Thanks.

Solved: when I downloaded the intermediate and added line like

SSLCertificateChainFile /etc/letsencrypt/lets-encrypt-x1-cross-signed.pem

to ssl.conf in Apache, the chain issue was gone.

Note: the above should be explicitly mentioned by the LE script when certificate generation is done.

1 Like