View | Details | Raw Unified | Return to bug 53193
Collapse All | Expand All

(-)ssl_engine_io.c (+5 lines)
Lines 1231-1236 Link Here
1231
                          "\"SSLVerifyClient optional_no_ca\" "
1231
                          "\"SSLVerifyClient optional_no_ca\" "
1232
                          "configuration");
1232
                          "configuration");
1233
            ssl_log_ssl_error(SSLLOG_MARK, APLOG_INFO, server);
1233
            ssl_log_ssl_error(SSLLOG_MARK, APLOG_INFO, server);
1234
1235
            /* on session resumption ssl_callback_SSLVerify() 
1236
             * will not be called, therefore we have to set it here
1237
             */
1238
            sslconn->verify_info = "GENEROUS";
1234
        }
1239
        }
1235
        else {
1240
        else {
1236
            const char *error = sslconn->verify_error ?
1241
            const char *error = sslconn->verify_error ?

Return to bug 53193