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
" show a port in LISTENING state? > > - Peter > > > -Original Message- > > From: Waseem Azhar [mailto:[EMAIL PROTECTED] > > Sent: 08 August 2007 15:21 > > To: users@tomcat.apache.org > > Subject: enabling tomcat SSL on linux > >

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
er > -Original Message- > From: Waseem Azhar [mailto:[EMAIL PROTECTED] > Sent: 08 August 2007 15:21 > To: users@tomcat.apache.org > Subject: enabling tomcat SSL on linux > > Hi All, > > I am stuck, any idea how to enable tomcat SSL on linux ? I > have conf

enabling tomcat SSL on linux

2007-08-08 Thread Waseem Azhar
Hi All, I am stuck, any idea how to enable tomcat SSL on linux ? I have configured tomcat on windows machine and its working perfectly. However when i tried to port my configurations (server.xml) on linux machine, it refuses to work. I am listing down a very simple SSL configuration below: