[EMAIL PROTECTED] wrote:

> Just when I thought I had SSL working, I setup a form to be
> processed through the cgi-bin.  I added these lines to the SSL
> Virtual host:
>
> AddType         application/x-httpd-cgi .cgi
> ScriptAlias /cgi-bin/ /var/lib/httpd/share/apache/htdocs/cgi-bin/
>
> When activating the send button on the form, however, this exciting
> message appears:
>
> "Warning! You have requested an insecure document that was
> originally designated a secure document (the location has been
> redirected from a secure to an insecure document). The document
> and any information you send back could be observed by a third
> party while in transit."
>
> Eeek,  what is the error of my way here?
>

Double check your form tag and make sure that it if you are posting to an
absolute url that it begins with https.  Or, if you are using a relative
URL, check your page; does it contains a page "BASE HREF" tag?  In all
cases make sure you are posting to an absolute URL beginning with https,
nto http.  Although relative URL's should not pose any problem, setting it
absolute should at least narrow down your problem.


Dave


>
> Bill Webb
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to