https://bz.apache.org/bugzilla/show_bug.cgi?id=66635
--- Comment #2 from Michael Osipov <micha...@apache.org> --- Looks much better now: > 2023-06-14T09:58:06.481 INFORMATION [main] > org.apache.tomcat.util.net.AbstractEndpoint.logCertificate Connector > [https-openssl-apr-8444], TLS virtual host [deblndw024v.ad001.siemens.net], > certificate type [RSA] configured from key > [/opt/openssl/deblndw024v.ad001.siemens.net/key.crt], certificate > [/opt/openssl/deblndw024v.ad001.siemens.net/cert.crt] and certificate chain > [null] with trust store [null] > 2023-06-14T09:58:06.585 INFORMATION [main] > org.apache.tomcat.util.net.AbstractEndpoint.logCertificate Connector > [https-openssl-apr-18444], TLS virtual host [deblndw024v.ad001.siemens.net], > certificate type [RSA] configured from key > [/opt/openssl/deblndw024v.ad001.siemens.net/key.crt], certificate > [/opt/openssl/deblndw024v.ad001.siemens.net/cert.crt] and certificate chain > [null] with trust store [/opt/openssl/certs] I wonder to what extend we need certificateChainFile these days because the mod_ssl counterpart is deprecated for a long time: https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcertificatechainfile as long as our code loads the file identially to mod_ssl. Should I spawn a new issue for this? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org