Hey Philip

So i was able to get the page to connect with SSL but I noticed that when I
clicked on the little icon that looks like a lock next to https:// in the
address bar, I saw this certificate error:
Certificate Error
There are issues with the site's certificate chain
(net::ERR_CERT_COMMON_NAME_INVALID).

Does that mean that SSL has been implemented incorrectly?

Also I am trying to get an incoming connection through port 80 to tomcat,
to automatically redirect to port 8443 (or 443 which ever you think is
easiest to implement)  without having to use a reverse proxy in front of
it.  In my server.xml I have the following:

<Connector port="80" protocol="HTTP/1.1"
               enableLookups="false"
               connectionTimeout="20000"
               redirectPort="8443" />
    <!-- A "Connector" using the shared thread pool-->
    <!--
    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />



I cannot get the redirect nor the SSL to work properly. Please help..
Thanks!




On Tue, Jun 28, 2016 at 2:19 PM, Sean Son <linuxmailinglistsem...@gmail.com>
wrote:

> Thank you for your reply Philip
>
> yes I have and it still failed.. I can try again and let you know what
> errors I am running into.
>
> Thanks!
>
>
>
> On Tue, Jun 28, 2016 at 2:15 PM, Philip Hachey <
> philip.hac...@nrc-cnrc.gc.ca> wrote:
>
>> Have you tried following the steps found here?:
>> https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>

Reply via email to