On Thu, Jul 7, 2016 at 12:24 PM, Sean Son <linuxmailinglistsem...@gmail.com>
wrote:

> Copying Daniel and Ognjen on this
>
> On Thu, Jul 7, 2016 at 12:02 PM, Sean Son <
> linuxmailinglistsem...@gmail.com> wrote:
>
>> Hello
>>
>>  I tried adding the keyAlias to the connector and when i restarted
>> Tomcat, and i browsed to the sever page, I got this error:
>>
>> Certificate Error
>> There are issues with the site's certificate chain
>> (net::ERR_CERT_COMMON_NAME_INVALID).
>>
>> Looks like adding the keyAlias to the connector did not fix anything
>> unfortunately.
>>
>>
>>
>>
>>
>>
>>
>> On Thu, Jul 7, 2016 at 10:55 AM, Daniel Savard <daniel.sav...@gmail.com>
>> wrote:
>>
>>> 2016-07-07 10:52 GMT-04:00 Sean Son <linuxmailinglistsem...@gmail.com>:
>>>
>>> > So I should modify my  connector to look like this?
>>> >
>>> > <Connector port="8443"
>>> > protocol="org.apache.coyote.http11.Http11NioProtocol"
>>> >                maxThreads="150" keystoreFile="conf/tomcat.jks"
>>> > keystorePass="password"
>>> keyAlias="{b81d8607-57e9-4c35-a058-cd46099e7797}"
>>> > SSLEnabled="true" scheme="https" secure="true"
>>> >                clientAuth="false" sslProtocol="TLS" />
>>> >
>>> >
>>> Yes.
>>>
>>> -----------------
>>> Daniel Savard
>>>
>>
>>
>
Sorry I noticed that this is the connector configuration in my server.xml
file:

<Connector SSLEnabled="true" clientAuth="false"
keystoreFile="/home/wasodost/apache-tomcat-8.0.35/conf/tomcat.jks"
keystorePass="password" keyAlias="{b81d8607-57e9-4c35-a058-cd46099e7797}"
maxThreads="150" port="8443" protocol="HTTP/1.1" scheme="https"
secure="true" />

I updated it with the keyAlias information.  This connector was provided to
me by someone.  Unfortunately I am still getting the same error message.

Reply via email to