Re: Problems with SSL configuration

2016-11-15 Thread Mark Thomas
On 16/11/2016 00:47, Steve Willett wrote: > I am trying to set up a stand-alone Tomcat server (apparently 7.0.53). > When I set up a simple Connector on port 8443 (no specified ciphers, and > a simple sslProtocol="TLS") using a DigiCert Certificate I can connect. > > However, if I test it with Qu

RE: Problems with SSL configuration

2016-11-15 Thread John.E.Gregg
...@yoursportsleague.com<mailto:st...@yoursportsleague.com>] Sent: Tuesday, November 15, 2016 05:48 PM Central Standard Time To: users@tomcat.apache.org Subject: Problems with SSL configuration I am trying to set up a stand-alone Tomcat server (apparently 7.0.53). When I set up a simple Connector o

Problems with SSL configuration

2016-11-15 Thread Steve Willett
I am trying to set up a stand-alone Tomcat server (apparently 7.0.53). When I set up a simple Connector on port 8443 (no specified ciphers, and a simple sslProtocol="TLS") using a DigiCert Certificate I can connect. However, if I test it with QualSys, I get an F rating because of the accepted

Re: Strange problems with SSL support in Tomcat 6

2009-08-26 Thread Markus Meyer
Just for the record: many thanks for Martin for helping me off-list. My problem was that I had not added the AprLifecycleListener to server.xml. Lesson learned: do not copy over configuration files from Tomcat 5.5 to Tomcat 6 but start with the new ones from Tomcat 6 and insert the appropria

Strange problems with SSL support in Tomcat 6

2009-08-26 Thread Markus Meyer
Hi, I have a Debian machine where previously, Tomcat 5.5 was installed (using the Tomcat 5.5 Debian package). "uname -a" returns: Linux server02 2.6.26-2-amd64 #1 SMP Sun Jul 26 20:35:48 UTC 2009 x86_64 GNU/Linux Now, for some reason I installed Tomcat 6 by using the binary distribution of

Re: Problems with SSL-enabled Tomcat 5.5

2009-03-13 Thread Bhuvanmp
SR and then just follow > the instructions from your CA and everything worked? > > Thanks, > > Johann > -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tp12394044p22491455.html Sent from the Tomcat - User mailing li

Re: Problems with SSL-enabled Tomcat 5.5

2007-10-02 Thread Angel Quintana
ip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 - To start a new topic, e-mail: users@tomcat.apache.org

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
ore keytool -keypass changeit -storepass changeit -list -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12467259 Sent from the Tomcat - User mailing list archive at Nabble.

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
So what you did was to create a new private key, CSR and then just follow the instructions from your CA and everything worked? Thanks, Johann -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12463871 Sent from the Tomcat - User

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Hassan Schroeder
On 9/3/07, Werner Schalk <[EMAIL PROTECTED]> wrote: > ... what I ended up doing was buying a new certificate Your CA wouldn't let you submit a new CSR and re-issue the cert?? That's surprising. -- Hassan Schroeder [EMAIL PROTECTED] -

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Werner Schalk
ertificate unfortunately. Please let me know if you have another solution. Bye, Werner - Original Message - From: "bajistaman" <[EMAIL PROTECTED]> To: Sent: Monday, September 03, 2007 2:42 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 I have the same problem t

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread bajistaman
have to install the intermediate one? Thanks, Johann -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-Tomcat-5.5-tf4349872.html#a12461106 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Filip Hanik - Dev Lists
- Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, August 31, 2007 4:27 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 you need the private key in order to run SSL, but you can import the privat

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Werner Schalk
- Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, August 31, 2007 4:27 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 you need the private key in order to run SSL, but you can import the privat

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Filip Hanik - Dev Lists
you need the private key in order to run SSL, but you can import the private key, so ask the folks from your company for the private key, here is the info how you import it, someone else posted it this week http://www.agentbob.info/agentbob/79.html Filip bajistaman wrote: I'm having the same

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread bajistaman
Import the intermediate cert keytool -storepass changeit -import -alias intermediateCA -trustcacerts -file intermediateCA.cer #Import the cert keytool -storepass changeit -import -alias tomcat -trustcacerts -file name.cer -- View this message in context: http://www.nabble.com/Problems-with-SSL-enabled-

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Filip Hanik - Dev Lists
ich are enabled."). Any more ideas? Bye, Seb - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, August 30, 2007 5:05 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 looks like the key

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
riginal Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, August 30, 2007 5:05 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 looks like the keyAlias="root" is not taking into effect, as the container c

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Filip Hanik - Dev Lists
iginal keystore file)? Are we screwed now? Thank you. Any input is greatly appreciated. Bye, Werner. - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re:

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
tly appreciated. Bye, Werner. - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 did you set keyAlias="root" in se

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-29 Thread Filip Hanik - Dev Lists
did you set keyAlias="root" in server.xml Werner Schalk wrote: Hello, I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a Sun Solaris 10 (Sparc) but it turns out that this appears not to be an easy task. Hopefully you guys can shed some light on this. Basically I do have a

Problems with SSL-enabled Tomcat 5.5

2007-08-29 Thread Werner Schalk
Hello, I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a Sun Solaris 10 (Sparc) but it turns out that this appears not to be an easy task. Hopefully you guys can shed some light on this. Basically I do have a Verisign-signed SSL certificate which I would like to add to my e

RE: Problems with SSL

2007-08-09 Thread Henderson,Nathan
lto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Thursday, August 09, 2007 12:55 PM To: Tomcat Users List Subject: Re: Problems with SSL [EMAIL PROTECTED] ~]# java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20070201 (SR4)) IBM

RE: Problems with SSL

2007-08-09 Thread Caldarale, Charles R
> From: Dario Hernan [mailto:[EMAIL PROTECTED] > Subject: Re: Problems with SSL > > -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/t > omcat5/common/lib > -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/t > omcat5/common/lib Why do you have th

RE: Problems with SSL

2007-08-09 Thread Caldarale, Charles R
> From: Dario Hernan [mailto:[EMAIL PROTECTED] > Subject: Re: Problems with SSL > > Yes, I installed it through yum installer, are there difference > between it and tar file? Yes, the .tar file works. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPR

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
Yes, I installed it through yum installer, are there difference between it and tar file? On 8/9/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On 8/9/07, Dario Hernan <[EMAIL PROTECTED]> wrote: > > I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME > > correctly, now when I start

Re: Problems with SSL

2007-08-09 Thread Hassan Schroeder
On 8/9/07, Dario Hernan <[EMAIL PROTECTED]> wrote: > I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME > correctly, now when I start the tomcat, it use the correct jvm That's progress :-) > But, on the log file appear some errors. Is this a Tomcat that was bundled with RedHat, as

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
3223-20070201 (JIT enabled) > J9VM - 20070131_11312_lHdSMR > JIT - 20070109_1805ifx1_r8 > GC - 200701_09) > JCL - 20070126 > > > On 8/9/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Dario Hernan [mailto:[EMAIL PROTECTED] > > > Subject: Re: Problems with S

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
ifx1_r8 GC - 200701_09) JCL - 20070126 On 8/9/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Dario Hernan [mailto:[EMAIL PROTECTED] > > Subject: Re: Problems with SSL > > > > echo $PATH > > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/loca

RE: Problems with SSL

2007-08-09 Thread Caldarale, Charles R
> From: Dario Hernan [mailto:[EMAIL PROTECTED] > Subject: Re: Problems with SSL > > echo $PATH > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin: > /sbin:/bin:/usr/sbin:/usr/bin:/root/bin That tells us nothing. > echo JAVA_HOME That should be: ech

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
This is the output of the PATH echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin And the JAVA_HOME echo JAVA_HOME JAVA_HOME the JAVA_HOME is not setting and in the PATH there isn't something about java but in the tomcat5.conf I

Re: Problems with SSL

2007-08-09 Thread Hassan Schroeder
On 8/9/07, Dario Hernan <[EMAIL PROTECTED]> wrote: > I'm use the IBM JDK on RedHat Enterprise Linux 5 You might /want/ to, but your error message says otherwise :-) Check your JAVA_HOME and PATH statements; or run `java -version` and see what you get. -- Hassan Schroeder ---

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
I'm use the IBM JDK on RedHat Enterprise Linux 5 On 8/9/07, Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Dario Hernan [mailto:[EMAIL PROTECTED] > > java.lang.ClassNotFoundException: SSL not found in > [...] > > parent=gnu.gcj.runtime.SystemClassLoader > > Install and use the Sun JDK, not G

RE: Problems with SSL

2007-08-09 Thread Peter Crowther
> From: Dario Hernan [mailto:[EMAIL PROTECTED] > java.lang.ClassNotFoundException: SSL not found in [...] > parent=gnu.gcj.runtime.SystemClassLoader Install and use the Sun JDK, not Gnu. As I recall, the Gnu implementation doesn't contain the Sun SSL classes that Tomcat expects.

Problems with SSL

2007-08-09 Thread Dario Hernan
Hi all, I'm trying to config Tomcat5 with SSL support, I generated the .keystore file and changed my server.xml file with this when I start the tomcat service I get this error: SEVERE: Falló la instanciación del manejador de protocolo: java.lang.ClassNotFoundException: SSL not found in org.a