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
> 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
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
" 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
> >
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
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
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: