[Issues] [mod_gnutls 0000097]: Support for proxying from SSL to plain HTTP

Mantis Bug Tracker issues at outoforder.cc
Tue Jun 30 14:09:15 EDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://issues.outoforder.cc/view.php?id=97 
====================================================================== 
Reported By:                belg4mit
Assigned To:                
====================================================================== 
Project:                    mod_gnutls
Issue ID:                   97
Category:                   Apache Integration
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Apache Version:             2.0.52 
====================================================================== 
Date Submitted:             2009-04-08 22:59 EDT
Last Modified:              2009-06-30 14:09 EDT
====================================================================== 
Summary:                    Support for proxying from SSL to plain HTTP
Description: 
With mod_gnutls it does not seem possible to proxy SSL content.
We have an SSL host (one of several thanks to SNI), and wish to
expose some of its contents over an unencrypted connection via
a proxypass. Trying

  LoadModule proxy_module modules/mod_proxy.so
  LoadModule proxy_http_module modules/mod_proxy_http.so
  <VirtualHost example.org:80>
    ProxyPass /NoAuth https://example.org/NoAuth
  </VirtualHost>

begets

[warn] proxy: No protocol handler was valid for the URL
/NoAuth/Calendar/42/. If you are using a DSO version of mod_proxy, make
sure the proxy submodules are included in the configuration using
LoadModule.

With mod_ssl, it seems the SSLProxyEngine directive comes into play here.
====================================================================== 

---------------------------------------------------------------------- 
 (0000157) nmav (manager) - 2009-06-30 14:09
 http://issues.outoforder.cc/view.php?id=97#c157 
---------------------------------------------------------------------- 
Can you try 0.5.x? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-08 22:59 belg4mit       New Issue                                    
2009-04-08 22:59 belg4mit       Apache Version            => 2.0.52          
2009-06-30 14:09 nmav           Note Added: 0000157                          
======================================================================




More information about the Issues mailing list