You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Antonio Vázquez <av...@winsoftsystems.com> on 2003/01/30 11:57:45 UTC

ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.

If I call a HTTPS page the conexion is secure.

If I call to the tomcat example aplication with https://mihost/examples/ I
can see the servlets and JSP folder, but when I select servlets, the IE6
says that the conexion will be not secure and appears the url
http://mihost:443/examples/servlets/index.html

The port 443 is the SSL port.

How can avoid this?. I want the https protocol all the time.

Thanks.
Antonio Vázquez
avazquez@winsoftsystems.com
www.winsoftsystems.com


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


Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

Posted by Antonio Vázquez <av...@winsoftsystems.com>.
I test this:

https://mihost/examples/servlet/index.html  WORKS!! (all the examples run in
HTTPS)
https://mihost/examples/servlet/    DOESN'T WORK!! -- Redirect to  --->
http://mihost:443/servlet/index.html

Any idea?
Antonio Vázquez
avazquez@winsoftsystems.com
www.winsoftsystems.com


----- Original Message -----
From: "Antonio Vázquez" <av...@winsoftsystems.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>; "Ing. Gustavo
Edelstein" <ge...@equiplus.com>
Sent: Thursday, January 30, 2003 2:50 PM
Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> Windows NT
>
> ----- Original Message -----
> From: "Ing. Gustavo Edelstein" <ge...@equiplus.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Thursday, January 30, 2003 2:27 PM
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> > Hi Antonio,
> > Which is your platform ?
> > Thanks
> >
> > Ing. Gustavo A. Edelstein
> > Tech. Mgr.
> > Equiplus S.A.
> > www.equiplus.com
> > ----- Original Message -----
> > From: "Antonio Vázquez" <av...@winsoftsystems.com>
> > To: "Tomcat" <to...@jakarta.apache.org>
> > Sent: Thursday, January 30, 2003 7:57 AM
> > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > >
> > > If I call a HTTPS page the conexion is secure.
> > >
> > > If I call to the tomcat example aplication with
https://mihost/examples/
> I
> > > can see the servlets and JSP folder, but when I select servlets, the
IE6
> > > says that the conexion will be not secure and appears the url
> > > http://mihost:443/examples/servlets/index.html
> > >
> > > The port 443 is the SSL port.
> > >
> > > How can avoid this?. I want the https protocol all the time.
> > >
> > > Thanks.
> > > Antonio Vázquez
> > > avazquez@winsoftsystems.com
> > > www.winsoftsystems.com
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


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


Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

Posted by Antonio Vázquez <av...@winsoftsystems.com>.
Windows NT

----- Original Message -----
From: "Ing. Gustavo Edelstein" <ge...@equiplus.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Thursday, January 30, 2003 2:27 PM
Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> Hi Antonio,
> Which is your platform ?
> Thanks
>
> Ing. Gustavo A. Edelstein
> Tech. Mgr.
> Equiplus S.A.
> www.equiplus.com
> ----- Original Message -----
> From: "Antonio Vázquez" <av...@winsoftsystems.com>
> To: "Tomcat" <to...@jakarta.apache.org>
> Sent: Thursday, January 30, 2003 7:57 AM
> Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> >
> > If I call a HTTPS page the conexion is secure.
> >
> > If I call to the tomcat example aplication with https://mihost/examples/
I
> > can see the servlets and JSP folder, but when I select servlets, the IE6
> > says that the conexion will be not secure and appears the url
> > http://mihost:443/examples/servlets/index.html
> >
> > The port 443 is the SSL port.
> >
> > How can avoid this?. I want the https protocol all the time.
> >
> > Thanks.
> > Antonio Vázquez
> > avazquez@winsoftsystems.com
> > www.winsoftsystems.com
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


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


Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

Posted by "Ing. Gustavo Edelstein" <ge...@equiplus.com>.
Hi Antonio,
Which is your platform ?
Thanks

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
----- Original Message -----
From: "Antonio Vázquez" <av...@winsoftsystems.com>
To: "Tomcat" <to...@jakarta.apache.org>
Sent: Thursday, January 30, 2003 7:57 AM
Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
>
> If I call a HTTPS page the conexion is secure.
>
> If I call to the tomcat example aplication with https://mihost/examples/ I
> can see the servlets and JSP folder, but when I select servlets, the IE6
> says that the conexion will be not secure and appears the url
> http://mihost:443/examples/servlets/index.html
>
> The port 443 is the SSL port.
>
> How can avoid this?. I want the https protocol all the time.
>
> Thanks.
> Antonio Vázquez
> avazquez@winsoftsystems.com
> www.winsoftsystems.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


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