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