41a6c3
--- a/modules/ssl/ssl_engine_io.c	2014/10/20 09:11:19	1633084
41a6c3
+++ b/modules/ssl/ssl_engine_io.c	2014/10/20 09:18:22	1633085
41a6c3
@@ -1322,6 +1322,11 @@
41a6c3
                           "\"SSLVerifyClient optional_no_ca\" "
41a6c3
                           "configuration");
41a6c3
             ssl_log_ssl_error(SSLLOG_MARK, APLOG_INFO, server);
41a6c3
+
41a6c3
+            /* on session resumption ssl_callback_SSLVerify() 
41a6c3
+             * will not be called, therefore we have to set it here
41a6c3
+             */
41a6c3
+            sslconn->verify_info = "GENEROUS";
41a6c3
         }
41a6c3
         else {
41a6c3
             const char *error = sslconn->verify_error ?