Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread my business mail
otocol/network address/port) is normally permitted. >> at org.apache.catalina.connector.**Connector.start(Connector.** >> java:1138) >> at >> org.apache.catalina.core.**StandardService.start(** >> StandardService.java:531) >> at >> org.apache.catal

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread Mark Eggers
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 84

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread Cédric Couralet
2013/3/20 Harris, Jeffrey E. : > >> -Original Message- >> From: my business mail [mailto:mv.ma...@gmail.com] >> Sent: Wednesday, March 20, 2013 2:39 PM >> To: Tomcat Users List >> Subject: Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration >> &g

RE: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread Harris, Jeffrey E.
> -Original Message- > From: my business mail [mailto:mv.ma...@gmail.com] > Sent: Wednesday, March 20, 2013 2:39 PM > To: Tomcat Users List > Subject: Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration > > I only added the keystore property not truststore. I was just

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread my business mail
ote: > > > > -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

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread André Warnier
Hi my business mail. Don't top-post. my business mail wrote: On Wed, Mar 20, 2013 at 2:09 PM, David kerber wrote: On 3/20/2013 2:02 PM, my business mail wrote: OK, here is the text copied from notepad. 8442? Shouldn't it be 8443? maxThreads="150" scheme

RE: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread Harris, Jeffrey E.
> -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 po

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread my business mail
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

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread David kerber
On 3/20/2013 2:02 PM, my business mail wrote: OK, here is the text copied from notepad. 8442? Shouldn't it be 8443? maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="D:/DevCert/dev.keystore" keysto

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread my business mail
OK, here is the text copied from notepad.

Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration

2013-03-20 Thread David kerber
On 3/20/2013 1:41 PM, my business mail wrote: HI, I un-commented the SSL section in the server.xml file and added the path and password to the keystore. But when accessing the https://localhost:8443/ URL, it just keeps spinning. no error , it just doesn't seem to connect. This is my first time