ASF Bugzilla – Attachment 26981 Details for
Bug 47134
Last resolve handling when sending client certificate in SSLProxy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Apache 2.2.17 w/mod_ssl patch
ssl_engine_kernel-2.2.17.patch (text/plain), 739 bytes, created by
J-H Johansen
on 2011-05-10 10:19:29 UTC
(
hide
)
Description:
Apache 2.2.17 w/mod_ssl patch
Filename:
MIME Type:
Creator:
J-H Johansen
Created:
2011-05-10 10:19:29 UTC
Size:
739 bytes
patch
obsolete
>--- httpd-2.2.17/modules/ssl/ssl_engine_kernel.c 2010-02-27 22:00:58.000000000 +0100 >+++ httpd-2.2.17_modified_ssl_engine_kernel/modules/ssl/ssl_engine_kernel.c 2011-05-04 16:23:09.000000000 +0200 >@@ -1706,7 +1706,12 @@ > SSLPROXY_CERT_CB_LOG_FMT > "no client certificate found!?", sc->vhost_id); > >- return FALSE; >+ //return FALSE; >+ /* Fix by Martijn Schoemaker (Ficture IT) to send first configured client cert as last resolve */ >+ info = sk_X509_INFO_value(certs, 0); >+ modssl_proxy_info_log(s, info, "No acceptable cert found, sending first in list."); >+ modssl_set_cert_info(info, x509, pkey); >+ return TRUE; > } > > static void ssl_session_log(server_rec *s,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47134
:
23569
|
23570
|
26959
| 26981 |
30826