Re: enabling tomcat SSL on linux

2007-08-08 Thread Waseem Azhar
Yes, I got it working. Tomcat wasn't able to locate certificate file. "netstat -an | grep 8443" was a really good tip. Thanks a lot Peter. On 8/8/07, Peter Crowther <[EMAIL PROTECTED]> wrote: > > > From: Waseem Azhar [mailto:[EMAIL PROTECTED] > > Connecting to 127.0.0.1:8443... failed: Connectio

RE: enabling tomcat SSL on linux

2007-08-08 Thread Peter Crowther
> From: Waseem Azhar [mailto:[EMAIL PROTECTED] > Connecting to 127.0.0.1:8443... failed: Connection refused is > the message i > get. I get the same message 'Connection refused' when try to > connect from > the browser remotely. I have tried using "netstat -an | grep > 8443" command > but nothi

Re: enabling tomcat SSL on linux

2007-08-08 Thread Hassan Schroeder
On 8/8/07, Waseem Azhar <[EMAIL PROTECTED]> wrote: > Connecting to 127.0.0.1:8443... failed: Connection refused is the message i > get. I get the same message 'Connection refused' when try to connect from > the browser remotely. I have tried using "netstat -an | grep 8443" command > but nothing sho

Re: enabling tomcat SSL on linux

2007-08-08 Thread Waseem Azhar
Connecting to 127.0.0.1:8443... failed: Connection refused is the message i get. I get the same message 'Connection refused' when try to connect from the browser remotely. I have tried using "netstat -an | grep 8443" command but nothing show up. seems tomcat is not listening. What could be the poss

Re: enabling tomcat SSL on linux

2007-08-08 Thread Juan Ignacio Garzón
Is there an error message given by Tomcat? Maybe its an access problem to the keystore file by tomcat process. Are you sure that you have no other process using that port? 2007/8/8, Waseem Azhar <[EMAIL PROTECTED]>: > Hi All, > > I am stuck, any idea how to enable tomcat SSL on linux ? I have co

RE: enabling tomcat SSL on linux

2007-08-08 Thread Peter Crowther
Azhar, can you give us a little more information as to what the "refusal" takes? What are the symptoms? That you cannot connect from a browser on the same machine / different machine? Does "netstat -an | grep 8443" show a port in LISTENING state? - Peter > -Original Messag