You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alex Colic <al...@pop-ware.com> on 2001/04/03 21:11:17 UTC

Re: Still Can't set-up Tomcat for ssl. Please help.

Hi,

Thanks for the reply. I changed the port to 443 but there was no change.

Am I correct in assuming that once I have https working I should be able to
access the same page via:

http:\\localhost\index.html
and https:\\localhost\index.html or https:\\localhost:443\index.html

Because I can see the first page but the second page gives me a 404 error
this page can not be found. As for the firewall, I am testing this
implementation on an intranet. At this point I should not have to worry
about firewalls etc., right?

Thanks for any help

>Date: Tue, 3 Apr 2001 16:18:52 +0100 (BST)
>To: Tomcat-User <to...@jakarta.apache.org>
>From: Kevin Sangeelee <ke...@susa.net>
>Subject: Re: Can't set-up Tomcat for ssl. Please help.
>Message-ID: <Pi...@kakapo.susa.net>
>
>If you're running Tomcat standalone, try changing the port value to 443
>rather than 8443 (and make sure any firewalls are configured to allow this
>protocol) (or of course append :8443 to your https request).
>
>Kevin