diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-03-09 15:55:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-09 15:55:13 +0000 |
commit | 74ad0221cc0333bd689c26361313f51184f48531 (patch) | |
tree | 5c717cdb6459cbd69fb50e9e9445532c0b728df2 /docs/SSL-PROBLEMS | |
parent | a55e7f0abdf85a88832ecb10485fcedc6a90bdef (diff) |
SSL-PROBLEMS: add "missing intermediate certificates" piece
Diffstat (limited to 'docs/SSL-PROBLEMS')
-rw-r--r-- | docs/SSL-PROBLEMS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/SSL-PROBLEMS b/docs/SSL-PROBLEMS index c04b71c14..bbee8adcc 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 |