diff options
author | Graham Leggett <minfrin@apache.org> | 2009-09-10 01:56:29 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2009-09-10 01:56:29 +0200 |
commit | c8fe617ea460fb58b342aa2366ae6898b9353fb5 (patch) | |
tree | 5b12c091b3a0a3891c5dda2e53b035ca0205c1c9 /CHANGES | |
parent | Make sure the NULL terminator of the array is consistent with the other (diff) | |
download | apache2-c8fe617ea460fb58b342aa2366ae6898b9353fb5.tar.xz apache2-c8fe617ea460fb58b342aa2366ae6898b9353fb5.zip |
mod_proxy_connect: The connect method doesn't work if the client is
connecting to the apache proxy through an ssl socket. Fixed.
PR: 29744.
Submitted by: Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango, Kevin Croft,
Rudolf Cardinal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes with Apache 2.3.3 + *) mod_proxy_connect: The connect method doesn't work if the client is + connecting to the apache proxy through an ssl socket. Fixed. + PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand, + David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango, + Kevin Croft, Rudolf Cardinal] + *) mod_ssl: The error message when SSLCertificateFile is missing should at least give the name or position of the problematic virtual host definition. [Stefan Fritsch sf sfritsch.de] |