Re: Trust Cert File Location

2018-10-12 Thread Steven Feinstein
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

Re: Trust Cert File Location

2018-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steven, On 10/12/18 14:47, Steven Feinstein wrote: > 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 sa

Trust Cert File Location

2018-10-12 Thread Steven Feinstein
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,