Thanks Chris
> It's worth stopping here to note that
> Tomcat's keystore and truststore
> configuration only effect the connections
> coming into Tomcat.over
> whatever
> is being configured with those stores.
I thought that may be the case, but needed someone to confirm. I assumed I
would h
Hi,
I am using Tomcat 8.0.32 running on Windows 2012 R2 as a Service.
My application is running under https port 8443
Part of my application opens an HttpsURLConnection back to the same app
A cert was created for each server and the keystore file updated with the
information.
On my dev server,