TLS offloading
Apache Tomcat

Configure Tomcat and test the server

2min
tomcat configuration is stored in tomcat home/conf/server xml the following code shows an example connector configuration \<connector port="8443" protocol="org apache coyote http11 http11nioprotocol" maxthreads="150" sslenabled="true"> \<upgradeprotocol classname="org apache coyote http2 http2protocol" /> \<sslhostconfig> \<certificate certificatekeystorefile="" certificatekeystoretype="pkcs11" certificatekeystoreprovider="sunpkcs11 futurex" certificatekeyalias="tomcatdemo1" certificatekeystorepassword="safest" type="ec" /> \</sslhostconfig> \</connector> test the tomcat server start up the tomcat server tomcat home\bin\startup exe open a web browser and go to https //localhost 8443 https //localhost 8443 select the security icon to the left of the url the certificate details for issuer and subject should show that tomcat is using your certificates