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

(-)ssl_engine_kernel.c.org (-1 / +5 lines)
Lines 1572-1578 Link Here
1572
                 SSLPROXY_CERT_CB_LOG_FMT
1572
                 SSLPROXY_CERT_CB_LOG_FMT
1573
                 "no client certificate found!?", sc->vhost_id);
1573
                 "no client certificate found!?", sc->vhost_id);
1574
1574
1575
    return FALSE;
1575
    /* Fix by Martijn Schoemaker (Ficture IT) to send first configured client cert as last resolve */
1576
    info = sk_X509_INFO_value(certs, 0);
1577
    modssl_proxy_info_log(s, info, "No acceptable cert found, sending first in list.");
1578
    modssl_set_cert_info(info, x509, pkey);
1579
    return TRUE;
1576
}
1580
}
1577
1581
1578
static void ssl_session_log(server_rec *s,
1582
static void ssl_session_log(server_rec *s,

Return to bug 47134