From: Daniel Stenberg Date: Sun, 9 Mar 2014 15:55:13 +0000 (+0000) Subject: SSL-PROBLEMS: add "missing intermediate certificates" piece X-Git-Tag: curl-7_36_0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ad0221cc0333bd689c26361313f51184f48531;p=thirdparty%2Fcurl.git SSL-PROBLEMS: add "missing intermediate certificates" piece --- diff --git a/docs/SSL-PROBLEMS b/docs/SSL-PROBLEMS index c04b71c146..bbee8adccf 100644 --- a/docs/SSL-PROBLEMS +++ b/docs/SSL-PROBLEMS @@ -20,6 +20,12 @@ CA certs "ca bundle" for this. See lots of more details on this in the SSLCERTS document. +CA bundle missing intermediate certificates + + When using said CA bundle to verify a server cert, you will experience + problems if your CA cert does not have the certificates for the + intermediates in the whole trust chain. + SSL version Some broken servers fail to support the protocol negotiation properly that