This looks like a message generated by apache. So check your apache/ssl
config. Perhaps your are forwarding/including/whatever a page that is not
correctly adressed.
with mod_ssl standard config https://host.name/foo will work but
http://host.name:443/foo will get you the mentioned error-page
Regards,
Andreas
> -----Original Message-----
> From: Simon Hay [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 26, 2000 1:08 PM
> To: [EMAIL PROTECTED]
> Subject: "SSL is required"...
>
>
> Hi,
>
> I've written a whole lot of JSPs which worked beautifully in
> Tomcat 3.1;
> now, I'm trying to run them with 3.2 beta 6 on Apache 1.3.14 with SSL
> (I have changed the pages a bit...) For some of them - the ones which
> handle form data - I now get this:
>
> SSL required to access this page
>
> It doesn't matter whether I'm using SSL or not, or whether I'm doing a
> get, or a post, or what the parameters are etc. As far as I know, I'm
> not doing anything to DEMAND SSL (although it would be nice
> to know how
> for some other pages...)
>
> Could somebody help me out here? I can post a sample JSP if
> that would
> help.
>
> Thanks very much,
>
> -Simon
>