Copying Daniel and Ognjen on this On Thu, Jul 7, 2016 at 12:02 PM, Sean Son <[email protected]> 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 <[email protected]> > wrote: > >> 2016-07-07 10:52 GMT-04:00 Sean Son <[email protected]>: >> >> > 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 >> > >
