bdaebd
diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c
bdaebd
index d52d5e3..8a57659 100644
bdaebd
--- a/modules/ssl/ssl_engine_io.c
bdaebd
+++ b/modules/ssl/ssl_engine_io.c
bdaebd
@@ -1415,6 +1415,11 @@ static apr_status_t ssl_io_filter_handshake(ssl_filter_ctx_t *filter_ctx)
bdaebd
                           "\"SSLVerifyClient optional_no_ca\" "
bdaebd
                           "configuration");
bdaebd
             ssl_log_ssl_error(SSLLOG_MARK, APLOG_INFO, server);
bdaebd
+
bdaebd
+            /* on session resumption ssl_callback_SSLVerify() 
bdaebd
+             * will not be called, therefore we have to set it here
bdaebd
+             */
bdaebd
+            sslconn->verify_info = "GENEROUS";
bdaebd
         }
bdaebd
         else {
bdaebd
             const char *error = sslconn->verify_error ?