You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ba...@mediageneral.com on 2003/10/02 15:25:28 UTC

I need help explaining why lock box doesn't show up - PLEASE

Greetings,
I'm running Apache with mod SSL on a linux box.  I'm also running Tomcat and
using the JkMount statements to send all of the jsp pages to Tomcat.  The
clients that I set this up for are complaining that the little lock box in
the browser doesn't show up on the jsp pages - but isn't the connection
still secure b/c it's going through apache?  


Thanks,
Bobbie

Bobbie Atristain
Internet Systems Administrator
Media General, INC.
804.649.6156

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: I need help explaining why lock box doesn't show up - PLEASE

Posted by Bill Barker <wb...@wilshire.com>.
I'm going to assume that like any good webmaster these days, you have access
to MSIE.  Go to tools->Internet Options->Security->Custom Level.  Under
'Miscellaneous' select the 'Disable' option for 'Display mixed content'.
Click on enough Ok buttons to get to the main IE screen.  Attempt to access
your page.  If it looks like sh*t, then the problem is that you are
referencing images/stylesheets with the HTTP protocol from an HTTPS page.

<ba...@mediageneral.com> wrote in message
news:6C1A849C8F00754FB491F504EB3B8BF108D71B91@mgex0001.themeganet.com...
> Greetings,
> I'm running Apache with mod SSL on a linux box.  I'm also running Tomcat
and
> using the JkMount statements to send all of the jsp pages to Tomcat.  The
> clients that I set this up for are complaining that the little lock box in
> the browser doesn't show up on the jsp pages - but isn't the connection
> still secure b/c it's going through apache?
>
>
> Thanks,
> Bobbie
>
> Bobbie Atristain
> Internet Systems Administrator
> Media General, INC.
> 804.649.6156




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: I need help explaining why lock box doesn't show up - PLEASE

Posted by David Rees <dr...@greenhydrant.com>.
On Thu, October 2, 2003 at 6:25 am, batristain@mediageneral.com sent the
following
> Greetings,
> I'm running Apache with mod SSL on a linux box.  I'm also running Tomcat
> and
> using the JkMount statements to send all of the jsp pages to Tomcat.  The
> clients that I set this up for are complaining that the little lock box in
> the browser doesn't show up on the jsp pages - but isn't the connection
> still secure b/c it's going through apache?

It should be unless for some reason the users are being redirected to
another port.  You should be able to detect this by looking through your
server logs.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org