RE: Tomcat & SSL Issues

2005-04-04 Thread Pandey, Abhimanyu
Look at your java.security file

Also which version of java are you using?  Baltimore is working with
java 1.3.1 not 1.4 so maybe that is a problem.

 


Ap

 
"...the journey IS the destination..."

-Original Message-
From: LGM [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 01, 2005 2:17 PM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat & SSL Issues

Hello List,

I am trying to configure tomcat for SSL on Red Hat 8.0 and I run the
keytool script to obtain a CSR for my Certificate Authority. I am
getting the following error:

#$JAVA_HOME/bin/keytool -certreq -keyalg RSA -alias tomcat -file
/root/certreq.csr

keytool error: java.security.cert.CertificateException: Error decoding
X.509 certificate: com.baltimore.jcrypto.coders.CoderException:
com.baltimore.jcrypto.asn1.ASN1Integer;
com.baltimore.jcrypto.asn1.ASN1Exception:
com.baltimore.jcrypto.asn1.ASN1Integer; java.lang.ClassCastException:
com.baltimore.jcrypto.asn1.ASN1Integer

Does anyone have any ideas what's going on here? Thanks in advance!!

Luciano M.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat & SSL Issues

2005-04-01 Thread LGM
Hello List,

I am trying to configure tomcat for SSL on Red Hat 8.0 and I run the
keytool script
to obtain a CSR for my Certificate Authority. I am getting the
following error:

#$JAVA_HOME/bin/keytool -certreq -keyalg RSA -alias tomcat -file
/root/certreq.csr

keytool error: java.security.cert.CertificateException: Error decoding
X.509 certificate: com.baltimore.jcrypto.coders.CoderException:
com.baltimore.jcrypto.asn1.ASN1Integer;
com.baltimore.jcrypto.asn1.ASN1Exception:
com.baltimore.jcrypto.asn1.ASN1Integer; java.lang.ClassCastException:
com.baltimore.jcrypto.asn1.ASN1Integer

Does anyone have any ideas what's going on here? Thanks in advance!!

Luciano M.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat SSL issues and looking for an expert

2003-09-15 Thread Mike Curwen
The SSL thing seemed to tickle my memory:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17323

If Randy wants to inspect his logs and try out the steps outlined in the
bug report, we can make sure this bug is good and dead.



> -Original Message-
> From: Randy Carpenter [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 15, 2003 1:47 PM
> To: Tomcat Users List
> Subject: Re: Tomcat SSL issues and looking for an expert
> 
> 
> 
> Any ideas as to when 4.1.28 will be out?
> 
> Also, on my second question... still looking for an 'expert.' 
> My customer 
> wants someone with experience in using Tomcat in a largescale 
> environment 
> (1-2 million hits per day). There is a possibility of this 
> being short 
> term contract deal.
> 
> thanks,
> 
> -Randy
> 
> -- 
> 
> | Randy Carpenter http://www.rune.net
> | The Rune Network Wapakoneta, OH
> -
> 
> On Thu, 11 Sep 2003, Bill Barker wrote:
> 
> > Date: Thu, 11 Sep 2003 21:20:11 -0700
> > From: Bill Barker <[EMAIL PROTECTED]>
> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: Re: Tomcat SSL issues and looking for an expert
> > 
> > Without more details, I'm guess the problem with the SSL standalone 
> > configuration is the same as 
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763.
> > 
> > Fronting Tomcat with Apache avoids the bug above, but as anyone who 
> > has been on this list at least a day knows, it comes with its own 
> > worm-can ;-).
> > 
> > "Randy Carpenter" <[EMAIL PROTECTED]> wrote in message 
> > news:[EMAIL PROTECTED]
> > >
> > > I have a customer who is running Tomcat 4.1.27. We have 
> been having 
> > > a problem when using SSL (running the site on port 443). 
> > > Periodically the server will stop responding on 443, but 
> not on port 
> > > 80. Restarting the Tomcat server is required to restore 
> > > functionality.
> > >
> > > We are also looking at the possibility of using the 
> standard Apache 
> > > HTTP server as a front-end, and using tomcat as a JSP backend 
> > > server.
> > >
> > > I have been asked to try to find someone, "an expert at Tomcat," 
> > > that could help out my customer in planning their implementation, 
> > > and possibly figuring out the SSL hanging issue in the 
> meantime. Is 
> > > there anyone that may be able to help?
> > >
> > > Specs:
> > >
> > > Tomcat 4.1.27, Sun JDK 1.4.2, Red Hat Linux 9
> > >
> > > thanks,
> > > Randy
> > 
> > 
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat SSL issues and looking for an expert

2003-09-15 Thread Randy Carpenter

Any ideas as to when 4.1.28 will be out?

Also, on my second question... still looking for an 'expert.' My customer 
wants someone with experience in using Tomcat in a largescale environment 
(1-2 million hits per day). There is a possibility of this being short 
term contract deal.

thanks,

-Randy

-- 

| Randy Carpenter http://www.rune.net
| The Rune Network Wapakoneta, OH
-

On Thu, 11 Sep 2003, Bill Barker wrote:

> Date: Thu, 11 Sep 2003 21:20:11 -0700
> From: Bill Barker <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Tomcat SSL issues and looking for an expert
> 
> Without more details, I'm guess the problem with the SSL standalone
> configuration is the same as
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763.
> 
> Fronting Tomcat with Apache avoids the bug above, but as anyone who has been
> on this list at least a day knows, it comes with its own worm-can ;-).
> 
> "Randy Carpenter" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >
> > I have a customer who is running Tomcat 4.1.27. We have been having a
> > problem when using SSL (running the site on port 443). Periodically the
> > server will stop responding on 443, but not on port 80. Restarting the
> > Tomcat server is required to restore functionality.
> >
> > We are also looking at the possibility of using the standard Apache HTTP
> > server as a front-end, and using tomcat as a JSP backend server.
> >
> > I have been asked to try to find someone, "an expert at Tomcat," that
> > could help out my customer in planning their implementation, and possibly
> > figuring out the SSL hanging issue in the meantime. Is there anyone that
> > may be able to help?
> >
> > Specs:
> >
> > Tomcat 4.1.27, Sun JDK 1.4.2, Red Hat Linux 9
> >
> > thanks,
> > Randy
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat SSL issues and looking for an expert

2003-09-11 Thread Bill Barker
Without more details, I'm guess the problem with the SSL standalone
configuration is the same as
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763.

Fronting Tomcat with Apache avoids the bug above, but as anyone who has been
on this list at least a day knows, it comes with its own worm-can ;-).

"Randy Carpenter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I have a customer who is running Tomcat 4.1.27. We have been having a
> problem when using SSL (running the site on port 443). Periodically the
> server will stop responding on 443, but not on port 80. Restarting the
> Tomcat server is required to restore functionality.
>
> We are also looking at the possibility of using the standard Apache HTTP
> server as a front-end, and using tomcat as a JSP backend server.
>
> I have been asked to try to find someone, "an expert at Tomcat," that
> could help out my customer in planning their implementation, and possibly
> figuring out the SSL hanging issue in the meantime. Is there anyone that
> may be able to help?
>
> Specs:
>
> Tomcat 4.1.27, Sun JDK 1.4.2, Red Hat Linux 9
>
> thanks,
> Randy




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat SSL issues and looking for an expert

2003-09-11 Thread Randy Carpenter

I have a customer who is running Tomcat 4.1.27. We have been having a 
problem when using SSL (running the site on port 443). Periodically the 
server will stop responding on 443, but not on port 80. Restarting the 
Tomcat server is required to restore functionality.

We are also looking at the possibility of using the standard Apache HTTP 
server as a front-end, and using tomcat as a JSP backend server.

I have been asked to try to find someone, "an expert at Tomcat," that 
could help out my customer in planning their implementation, and possibly 
figuring out the SSL hanging issue in the meantime. Is there anyone that 
may be able to help?

Specs:

Tomcat 4.1.27, Sun JDK 1.4.2, Red Hat Linux 9

thanks,
Randy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]