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