Tomcat needs to query the certificates thorough OCSP (Online Certificate Status Protocol )
Release : 12.1
Component : CA OUTPUT MANAGEMENT WEB VIEWER FOR ALL PLATFORMS
For example:
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="C:\tomcat.jks" keystorePass="WebView12"
clientAuth="false" sslProtocol="TLS"/>
Use SSLShopper and/or Certificate Decoder utilities to examine certificates.