You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/08 20:10:08 UTC

DO NOT REPLY [Bug 29744] CONNECT does not work over existing SSL connection

https://issues.apache.org/bugzilla/show_bug.cgi?id=29744

--- Comment #128 from Sri <sb...@gmail.com> 2012-03-08 19:10:08 UTC ---
(In reply to comment #127)
> fixed in 2.4.1

I got the Win 32 version of 2.4.1 because I need this funcitonality discussed
on this thread - CONNECT method over HTTPS (connecting to mod_proxy over
HTTPS/SSL connection)Can someone please tell me how to configure httpd for
this? I am fairly new to httpd and mod_proxy. I have this so far:

<VirtualHost _default_:443>

CustomLog
"C:/Sri/installs/httpd-2.4.1-win32-ssl_0.9.8t/Apache24/logs/ssl_request.log" \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

ServerName sbasavanahal-xp.rim.net
HostnameLookups On
ProxyRequests on
AllowCONNECT 443
ProxyVia On
<Proxy *>

  Order deny,allow
  Allow from all
  AuthType Basic
  AuthName "Password Required"
  AuthBasicAuthoritative On
  AuthUserFile password.file
  Require user admin
</Proxy>

SSLEngine on
SSLCertificateFile
"C:/Sri/installs/httpd-2.4.1-win32-ssl_0.9.8t/Apache24/conf/apache.crt"
SSLCertificateKeyFile
"C:/Sri/installs/httpd-2.4.1-win32-ssl_0.9.8t/Apache24/conf/apache2.key"
</VirtualHost>

With this I get apache listening on SSL, but CONNECT does not seem to work over
SSL.

Thanks for any help.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org