> -----Original Message----- > From: my business mail [mailto:mv.ma...@gmail.com] > Sent: Wednesday, March 20, 2013 2:18 PM > To: Tomcat Users List > Subject: Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration > > So, I know the port numbers can be set to any unused port. I was > toggling between 8442 and 8443. Neither worked. I just set it back to > 8443. > I feel like it's connecting somehow, because if I put in a port number > that isn't configured...I get a connection error message. > Otherwise, the browser icon just keeps spinning...nothing happens.No > errors at all. > > On Wed, Mar 20, 2013 at 2:09 PM, David kerber <dcker...@verizon.net> > wrote: > > > On 3/20/2013 2:02 PM, my business mail wrote: > > > >> OK, here is the text copied from notepad. > >> > >> > >> <Connector executor="tomcatThreadPool" > >> port="8080" protocol="HTTP/1.1" > >> connectionTimeout="20000" > >> redirectPort="8443" /> > >> > >> > >> <Connector port="8442" protocol="HTTP/1.1" SSLEnabled="true" > >> > > > > 8442? Shouldn't it be 8443? > > > > > > > > maxThreads="150" scheme="https" secure="true" > >> clientAuth="false" sslProtocol="TLS" > >> keystoreFile="D:/DevCert/dev.**keystore" keystorePass="password1" /> > >> > >> > >> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" > >> /> > >> > >> > > > > ------------------------------**------------------------------**----- > - > > --- To unsubscribe, e-mail: > > users-unsubscribe@tomcat.**apache.org<users- > unsubscribe@tomcat.apache. > > org> For additional commands, e-mail: users-h...@tomcat.apache.org > > > >
I do not see a reference to a truststore: truststoreFile=".\conf\myts.jks" The truststore can be the same file as the keystore. What do the error logs show? Jeffrey Harris This e-mail and any attachments are intended only for the use of the addressee(s) named herein and may contain proprietary information. If you are not the intended recipient of this e-mail or believe that you received this email in error, please take immediate action to notify the sender of the apparent error by reply e-mail; permanently delete the e-mail and any attachments from your computer; and do not disseminate, distribute, use, or copy this message and any attachments. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org