AW: [bulk] Re: SSL on Tomcat

2018-10-02 Thread Mario Schmitz
Betreff: [bulk] Re: SSL on Tomcat Thanks Chris, Luis On Tue, Oct 2, 2018 at 10:00 AM Luis Rodríguez Fernández wrote: > Hello Christopher, > > It makes sense, thank you very much for your advice! > > Cheers, > > Luis > > El lun., 1 oct. 2018 a las 20:39,

Re: SSL on Tomcat

2018-10-02 Thread Loai Abdallatif
Thanks Chris, Luis On Tue, Oct 2, 2018 at 10:00 AM Luis Rodríguez Fernández wrote: > Hello Christopher, > > It makes sense, thank you very much for your advice! > > Cheers, > > Luis > > El lun., 1 oct. 2018 a las 20:39, Christopher Schultz (< > ch...@christopherschultz.net>) escribió: > > >

Re: SSL on Tomcat

2018-10-02 Thread Luis Rodríguez Fernández
Hello Christopher, It makes sense, thank you very much for your advice! Cheers, Luis El lun., 1 oct. 2018 a las 20:39, Christopher Schultz (< ch...@christopherschultz.net>) escribió: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Luis, > > On 10/1/18 11:06 AM, Luis Rodríguez

Re: SSL on Tomcat

2018-10-01 Thread Loai Abdallatif
thanks very much , I did it and it works On Mon, Oct 1, 2018 at 6:07 PM Luis Rodríguez Fernández wrote: > Hello Loai, > > Agree with Christopher, you have to fix your client. Just get the root > Certificate Authority public key and import it in your client truststore. > If you did not change it

Re: SSL on Tomcat

2018-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luis, On 10/1/18 11:06 AM, Luis Rodríguez Fernández wrote: > Agree with Christopher, you have to fix your client. Just get the > root Certificate Authority public key and import it in your client > truststore. I'd recommend trusting the

Re: SSL on Tomcat

2018-10-01 Thread Luis Rodríguez Fernández
Hello Loai, Agree with Christopher, you have to fix your client. Just get the root Certificate Authority public key and import it in your client truststore. If you did not change it the client (java) the default keystore is located in $JAVA_HOME/jre/lib/security/cacerts. Something like:

Re: SSL on Tomcat

2018-09-29 Thread Loai Abdallatif
Thanks Chris, but how to do it, should I copy the ssl certificate from Webserver 192.168.1.120 to my tomcat container (worker0) in 192.168.1.111 in server.xml . any idea please On Sat, Sep 29, 2018 at 1:35 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED

Re: SSL on Tomcat

2018-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Loai, On 9/27/18 10:50, Loai Abdallatif wrote: > Hello, > > I have Set Apache Load Balancer ( ModJK) with Server IP > 192.168.1.120 (Webserver01.epsilon.test) which forward the traffic > to tomcat server .(192.168.1.111 (appserver01.epsilon.test)

Re: SSL on Tomcat

2018-09-28 Thread Loai Abdallatif
s to the local trust store in case > of self-signed certificates. > > Guido > > > >-Original Message- > >From: Loai Abdallatif [mailto:loai.abdalla...@gmail.com] > >Sent: Thursday, September 27, 2018 4:52 PM > >To: Tomcat Users List > >Sub

RE: SSL on Tomcat

2018-09-28 Thread Jäkel , Guido
l to check the verification chain and/or add exceptions to the local trust store in case of self-signed certificates. Guido >-Original Message- >From: Loai Abdallatif [mailto:loai.abdalla...@gmail.com] >Sent: Thursday, September 27, 2018 4:52 PM >To: Tomcat Users List >S

Re: SSL on Tomcat

2018-09-27 Thread Loai Abdallatif
hello, shall I add the certificate to server.xml on tomcat server or just on Webserver On Thu, Sep 27, 2018 at 5:50 PM, Loai Abdallatif wrote: > Hello, > > I have Set Apache Load Balancer ( ModJK) with Server IP 192.168.1.120 > (Webserver01.epsilon.test) which forward the traffic to tomcat

Re: SSL on Tomcat 6

2015-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adriano, On 6/11/15 3:54 PM, Adriano Matos Meier wrote: Exactly! When I run keytool -list ..., the PrivateKeyEntry now has the fingerprint for SSL certificate. I belived that I had lost private key, and I would have to do it all again

Re: SSL on Tomcat 6

2015-06-11 Thread Adriano Matos Meier
Chris. I had success when I re-import SSL certificate using same name alias of PrivateKeyEntry and name alias used when I generate CSR (repository). It's ok now! Thank you very much!!! Adriano Em Qui, 2015-06-11 às 09:59 -0400, Christopher Schultz escreveu: Adriano, On 6/11/15 9:45 AM,

Re: SSL on Tomcat 6

2015-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adriano, On 6/11/15 2:31 PM, Adriano Matos Meier wrote: I had success when I re-import SSL certificate using same name alias of PrivateKeyEntry and name alias used when I generate CSR (repository). That was going to be my second suggestion.

Re: SSL on Tomcat 6

2015-06-11 Thread Adriano Matos Meier
Exactly! When I run keytool -list ..., the PrivateKeyEntry now has the fingerprint for SSL certificate. I belived that I had lost private key, and I would have to do it all again (keystore/CSR/intermed/SSL). I still import the SSL certificate with alias tomcat, and it appears in keytool as a

Re: SSL on Tomcat 6

2015-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adriano, On 6/11/15 9:45 AM, Adriano Matos Meier wrote: I tried to add keyAlias=server in my server.xml, but I received this error: What does keytool -list show for that keystore? It returns 3 entries: 1 PrivateKeyEntry (Private Key) -

Re: SSL on Tomcat 6

2015-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adriano, On 6/11/15 7:18 AM, Adriano Matos Meier wrote: I need update the SSL certificate in Tomcat 6.x. First I did: 1) Generate keystore keytool -genkeypair -alias repository -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore

Re: SSL on Tomcat 6

2015-06-11 Thread Adriano Matos Meier
Hi Chris. It returns 3 entries: 1 PrivateKeyEntry (Private Key) - alias repository 1 trustedCertEntry (Intermediate certificate) - alias intermed 1 trustedCertEntry (SSL certificate) - alias server Thanks for your attention! Adriano Em Qui, 2015-06-11 às 09:35 -0400, Christopher Schultz

Re: ssl on tomcat

2013-12-05 Thread André Warnier
Please do not top-post. It is annoying when someone is trying to figure out what you are talking about. Randeep wrote: Chris, Yes. I have so many http links as some of our old submitted apps used non secured http links. as the apps are in use we cannot change it. I cannot use any redirect

Re: ssl on tomcat

2013-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randeep, On 12/4/13, 1:30 PM, Randeep wrote: Chris, Yes. I have so many http links as some of our old submitted apps used non secured http links. as the apps are in use we cannot change it. I cannot use any redirect rules to convert all the

Re: ssl on tomcat

2013-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randeep, On 12/4/13, 12:22 PM, Randeep wrote: I'm using apacche 2.2 as front end and apache tomcat 6.0.37 as backend. I'm using mod_jk for connecting them. The problem is. I'm using ssl certificates. I'v configured ssl on apache. when I

Re: ssl on tomcat

2013-12-04 Thread Randeep
Chris, Yes. I have so many http links as some of our old submitted apps used non secured http links. as the apps are in use we cannot change it. I cannot use any redirect rules to convert all the http to https because of that. We use struts for framework. And normal jsp pages. I'm not a

RE: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Maximilian Stocker
There are some issues with Chrome regarding SSL, essentially Chrome is more restrictive than other browsers and will get upset with proxied connections etc. For example http://www.google.com/support/forum/p/Chrome/thread?tid=6cbb881fc85406f4hl=en Especially see reply #2 there. Are you sure

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Mark Thomas
On 15/10/2010 17:58, Robert La Ferla wrote: When users connect to our Tomcat 6.0.29 using Google Chrome, they get this warning when they click the security icon: The connection had to be retried using SSL 3.0. This typically means that the server is using very old software and may have

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Robert La Ferla
On 10/15/2010 1:12 PM, Maximilian Stocker wrote: There are some issues with Chrome regarding SSL, essentially Chrome is more restrictive than other browsers and will get upset with proxied connections etc. For example

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Robert La Ferla
On 10/15/2010 1:14 PM, Mark Thomas wrote: Those two statements are not consistent. Your connector config is for JSSE, not OpenSSL. Tomcat uses TLS by default[1]. See [2] for other options for sslProtocol We are indeed using JSSE. The link for #2 just pointed at the general Java docs. What

RE: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Maximilian Stocker
are having problems with other browsers then just ignore this. -Original Message- From: Robert La Ferla [mailto:robert.lafe...@o-ms.com] Sent: Friday, October 15, 2010 1:25 PM To: users@tomcat.apache.org Subject: Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using

Re: SSL/TLS, Tomcat 6.0.29 and Chrome: The connection had to be retried using SSL 3.0.

2010-10-15 Thread Mark Thomas
On 15/10/2010 18:26, Robert La Ferla wrote: On 10/15/2010 1:14 PM, Mark Thomas wrote: Those two statements are not consistent. Your connector config is for JSSE, not OpenSSL. Tomcat uses TLS by default[1]. See [2] for other options for sslProtocol We are indeed using JSSE. The link for

Re: SSL APR Tomcat 6.0.20 Not Working

2010-02-18 Thread Mark Thomas
On 18/02/2010 17:15, iainmac wrote: Connector port=443 protocol=HTTP/1.1 maxHttpHeaderSize=8192 maxThreads=150 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https secure=true SSLEnabled=true

Re: SSL APR Tomcat 6.0.20 Not Working

2010-02-18 Thread iainmac
I changed TLSv1 to just TLS and it worked iainmac wrote: Hi, I am trying to upgrade from 5.0.16 to 6.0.20 and also try to use the APR, with SSL. I had SSL working fine in 6.0.20 with JSSE (i.e. not APR SSL). I have used

Re: [SSL Tomcat5.5] Tomcat doesn't see alias in my keystore

2009-06-22 Thread Mark Thomas
William Vernines wrote: Votre Keystore contient 2 entrée(s) root, 17 juin 2009, trustedCertEntry, Empreinte du certificat (MD5) : tomcat, 17 juin 2009, trustedCertEntry, Empreinte du certificat (MD5) : You can see that tomcat alias exists... However

Re: [SSL Tomcat5.5] Tomcat doesn't see alias in my keystore

2009-06-22 Thread William Vernines
Thanks a lot Mark ! Mark Thomas a écrit : William Vernines wrote: Votre Keystore contient 2 entrée(s) root, 17 juin 2009, trustedCertEntry, Empreinte du certificat (MD5) : tomcat, 17 juin 2009, trustedCertEntry, Empreinte du certificat (MD5) : You can

Re: SSL on TOMCAT with keytool

2008-09-21 Thread Matt Shields
We ran into a similar problem trying to get our purchased SSL certificate to work. The previous reply had some info about getting the keytool to work, but we have a tutorial that should help you get SSL working from start to finish. Hope it helps!

Re: SSL on TOMCAT with keytool

2008-08-28 Thread Alex Mestiashvili
Alexey Eronko wrote: Hello Guys! Don't beat me because I found so much docs about ssl and keystore but I can't get it working with together. I have pem cert,rsa_key and ca cert from my own CA. I don't understand what kind of cert do I need in keystore to make it works on tomcat.

Re: SSL on TOMCAT with keytool

2008-08-28 Thread Alexey Eronko
The point was that keytool can't import existing private key. If you need to build keystore from existed cert + prv key you need to do this by external java(or smt) program. Key and Cer must be in der format. Example is here : http://www.agentbob.info/agentbob/79-AB.html Alex 2008/8/28

Re: SSL Help Tomcat 6

2008-06-09 Thread Mark Thomas
Alexander Diedler wrote: Hello @ll, I don't find any solution for my problem. I have a Webserver with three Applications and need 3 SSL Certificates. How I have to generate the CSRs? keytool It is correct to generate one KEystore and generate 3 CSRs out of this Keystore? That should work

RE: SSL on Tomcat 5 problem.

2007-03-07 Thread Hoa Doan
WOW!! It worked, all i did now was rename tcnative-1.dll. Yes I read the fine print but miss interpret it. I thought I was using JSSE since i used the keytool to generate my own key. So what i generated is a non-APR, but the guide didn't say anything about renaming tcnative-1.dll. But for

RE: SSL on Tomcat 5 problem.

2007-03-07 Thread Caldarale, Charles R
From: Hoa Doan [mailto:[EMAIL PROTECTED] Subject: RE: SSL on Tomcat 5 problem. But for curiosity what is tcnative-1.dll used for? It's essentially the same code that httpd uses to handle HTTP traffic, written in C. Since it's a bit closer to the comm hardware it provides somewhat better

RE: SSL on Tomcat 5 problem.

2007-03-05 Thread Caldarale, Charles R
From: Hoa Doan [mailto:[EMAIL PROTECTED] Subject: SSL on Tomcat 5 problem. I have gone through the steps provided on Tomcat SSL document and generated a .keystore file. Unfortunately, you didn't look at the fine print. Mar 2, 2007 4:24:07 PM org.apache.coyote.http11.Http11AprProtocol

RE: SSL on Tomcat 6.0.2

2007-01-11 Thread Caldarale, Charles R
From: JohnT. [mailto:[EMAIL PROTECTED] Subject: SSL on Tomcat 6.0.2 Connector port=8443 protocol=HTTP/1.1 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https

Re: ssl on tomcat

2006-08-28 Thread TomcatED
Any luck finding the answer? I'm having the same problem... Jack , Zhan Hua Ping wrote: Hi, buddy, Sorry to bother you. You said that you can use ssl on tomcat. However, for me, it doesn't work. I set http on 80 or 8080, doesn't matter. then I uncommented the ssl connector, and

Re: SSL with Tomcat and Apache..IE problems

2006-06-03 Thread Jim Jagielski
Another possible issue is the session cookie information, which IE has problems with when doing simple HTTP redirects. On May 27, 2006, at 1:05 PM, Rizwan Merchant wrote: We are running tomcat 5.5.16 on Fedora Core 4 OS. We just installed apache2.0 as a front to serve the pages using the

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Wade Chandler
--- Rizwan Merchant [EMAIL PROTECTED] wrote: We are running tomcat 5.5.16 on Fedora Core 4 OS. We just installed apache2.0 as a front to serve the pages using the mod_jk connector. There are 2 apps on tomcat (virtual hosting), one of which needs to be SSL enabled (lets say app1 and

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Rizwan Merchant
Hi, Thanks for the response. apache is listening on standard port 80. Tomcat is listening on standard port 8080 with a redirect to 8443 for SSL connections. So the request http://www.app2.com comes in on port 80 (apache) and then the mod_jk connector forwards this request to 8080 (which is

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Bill Barker
Rizwan Merchant [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] We are running tomcat 5.5.16 on Fedora Core 4 OS. We just installed apache2.0 as a front to serve the pages using the mod_jk connector. There are 2 apps on tomcat (virtual hosting), one of which needs to be SSL

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Rizwan Merchant
P.S if it were up to me, I wouldnt use IE for anything..been having too many problems with IE and SSL, IE and struts, etc etc Unfortunately, as a web-app developer, we have to cater to 80% of the population that still uses IE !!! :) Bill Barker wrote: Rizwan Merchant [EMAIL PROTECTED] wrote in

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Bill Barker
Rizwan Merchant [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thanks Bill, Can I change the redirect port in server.xml from 8443 to 443? Currently, we are running tomcat as non-root user (tomcat user). Will we need to change this as well? Well, since you are fronting with

Re: SSL with Tomcat 55

2006-02-07 Thread Patrick Lacson
Wes, Can you post instructions on how you got tomcat 5.5 to work with the trial test cert from Verisign? I've followed the tomcat-5.5 ssl how to docs and no success. Thanks. On 8/19/05, Hayes, Wes [EMAIL PROTECTED] wrote: Good Morning, I am the Network Admin working with a programmer

Re: SSL w/Tomcat

2005-11-18 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, yes, if you think about it, if you put your ssl key in apache, it will be used to secure the comunication between apache(server) and the client(user). Apache will then decript the message and forward it via ajp into tomcat. If you want to put ssl

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Gangaa D
Dear, I have done SSL on apache2+jk2+tomcat2+RedHat using www.apachetomcat.com/tomcat-ssl-5-unix. So when we visit to https ie mark as This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store. So How do I get Trusted Root Certification

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-11 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On that page www.apachetomcat.com/tomcat-ssl-5-unix. They do not install the certificate into apache2, only tomcat5. If you want this kind of setup to work, you must shut down apache and have tomcat as a standalone. hope it helps - -reynir

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-10 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, install your SSL key into apache2, and then use mod_jk to comunicate with tomcat. That way you do not have to install your ssl into tomcat. hope it helps - -reynir Gangaa D wrote: Hi, i have done connector 443 on win32. So I move it

Re: SSL on tomcat + jk2 + apache2 + RedHat

2005-11-10 Thread Gangaa D
Dear Reynir Hubner, Thank you reply our msg. We have configured jk2 for apache2+tomcat5. So I mean jk2 does not provide SSL. Is this correct? __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com