I hate to bring this up in this group but seeing that we are kind of on the 
topic ......
Does anyone know the rewrite rule syntax for setting up  a rewrite from a 
http://yourserver to https://yourserver request. 

Quoting Daniel Lopez <[EMAIL PROTECTED]>:

> 
> > Quoting David Iungerich <[EMAIL PROTECTED]>:
> > 
> > > I need to implement Apache as an https to http forwarder.  I belive I
> > > need
> > > to use
> > > ProxyPass or Redirect, but am having difficulty figuring out the
> > > correct
> > > configuration.
> > 
> > 
> > Just to clarify, I think you mean http to https forwarder, as in your
> subject;
> > Apache forwards https to http without any problems.
> > 
> > But for http to https, your problem isn't configuration; Apache+mod_ssl
> doesn't
> > have the code for initiation of HTTPS connections. I've looked!
> > 
> > Everybody told me it wouldn't work, I didn't believe them, I couldn't make
> it
> > work, I read the code, it's not there!
> >
> > The only product I know of that might be able to do this is IBM EdgeServer,
> and
> > possibly Netscape. Have to say I don't like EdgeServer and I have no
> experience
> > of Netscape.
> > 
> > Is there no-one around who'd like to code this? There are quite a few
> people who
> > want to use Apache to initiate HTTPS connections. I don't have the time /
> coding
> > skills.
> 
> Um, no, you can already do it
> 
> SSLProxyEngine on
> ProxyPass / https://some.other.host
> 
> Daniel
> 
> --
> Teach Yourself Apache 2 -- http://apacheworld.org/ty24/
> 
> 
> 
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> 


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to