Administration → Security Administration → Authentication Realms and Users → PKI Certificate Authentication Configuration → Configuring the Server to Support PKI Certificates
Before you can use PKI certificates for authentication, you must configure the server to expect certificate-based authentication upon requested access.
To configure the server to support use of PKI Certificates for authentication:
<Connector port="8643" SSLEnabled="true"
scheme="https" secure="true" sslProtocol="TLS"
sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1"
maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100"
keystoreFile="conf/sample-ssl.jks"
keystorePass="microfocus" keyAlias="tomcat"
truststoreFile="conf/sample-ssl.jks" truststorePass="serena"
clientAuth="true" />
Certificate-based authentication failed
Copyright © 2011–2017 Serena Software, Inc. All rights reserved.