From 74ad0221cc0333bd689c26361313f51184f48531 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sun, 9 Mar 2014 15:55:13 +0000
Subject: [PATCH] SSL-PROBLEMS: add "missing intermediate certificates" piece

---
 docs/SSL-PROBLEMS | 6 ++++++
 1 file changed, 6 insertions(+)

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
-- 
GitLab