----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi!

By requesting an URL with "https://..." you are telling the BROWSER to
request the SSL-protocol which your server does not understand. You can now
either install Apache with SSL (which is not simple but also not too
difficult) or change the URL to http://www.x.com:443/... so that the Browser
knows it shall request an http-document and your server knows, that the
request belongs to him.

Hope, this helps.
Roland

-----Ursprüngliche Nachricht-----
Von: "Chris Busch" <[EMAIL PROTECTED]>
An: "'Java Apache Users'" <[EMAIL PROTECTED]>
Gesendet: Freitag, 26. Januar 2001 01:40
Betreff: fake Apache into thinking its running ssl?


> We are configuring our Apache servers to run behind an SSL proxy server.
> The Apache servers will not be ssl.  The trouble is  when the user visits
> https://www.x.com/foo  the web server directs them to
http://www.x.com/foo/.
> The proxy server is only listening to https://www.x.com so the request
> fails.   The apache webserver needs to think its running as https but not
> actually do any https mojo.
>
> Any hints?
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to