DO NOT REPLY [Bug 14560] - SSLCertificateChainFile behaviour different or broken vs. apache v1.3.x DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14560>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14560
SSLCertificateChainFile behaviour different or broken vs. apache v1.3.x
- Additional Comments From ballou@crab.mv.com 2003-02-28 21:54 -------
I could not create an attachment, so I'll include the patch directly here (it is
a one line change).
- modules/ssl/ssl_engine_init.c.bak Mon Jan 13 12:10:55 2003
+++ modules/ssl/ssl_engine_init.c Fri Feb 28 15:30:42 2003
@@ -654,7 +654,7 @@
apr_pool_t *ptemp,
modssl_ctx_t *mctx)
{
- BOOL skip_first = TRUE;
+ BOOL skip_first = FALSE;
int i, n;
const char *chain = mctx->cert_chain;
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
Received on Fri Feb 28 21:52:38 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 16:44:28 EDT
|