RE: SSL not working

2011-01-28 Thread spring
eitag, 28. Januar 2011 18:35 > To: 'Tomcat Users List' > Subject: RE: SSL not working > > Hi, > > it is TC 7.0.5, Java 1.6_22. > > When I use a selfsigned certificate everything is fine - same > server config, just the other certificate. So it must be >

RE: SSL not working

2011-01-28 Thread spring
phries [mailto:thad.humphr...@gmail.com] > Sent: Freitag, 28. Januar 2011 16:47 > To: Tomcat Users List > Subject: Re: SSL not working > > I've been fooling around *a lot* lately with SSL, so I > thought I'd give this > a try. I'm not very experienced, but I'll offe

Re: SSL not working

2011-01-28 Thread Thad Humphries
I've been fooling around *a lot* lately with SSL, so I thought I'd give this a try. I'm not very experienced, but I'll offer my two cents. First of all, what version of Tomcat, Java, etc. are you running? Such a statement is *de rigueur* for practically any question to this forum. My system looks

RE: SSL not working

2011-01-28 Thread Jeffrey Janner
Probably a server config issue, and not SSL. Please provide details of the new environment. > -Original Message- > From: spr...@gmx.eu [mailto:spr...@gmx.eu] > Sent: Friday, January 28, 2011 7:06 AM > To: 'Tomcat Users List' > Subject: SSL not working > >

SSL not working

2011-01-28 Thread spring
Hi, I did it now so many times - it always worked - configuring tomcat for SSL. Today: New server, new certificate. Create new keystore, imported root, intermediate and server certificate, configured the connector, same as usual. But... http does not work. No error in tomcats log, nothing. Brow

RE: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Thank You Chuck!!! n828cl wrote: > >> From: kareem_s_m [mailto:kareemud...@gmail.com] >> Subject: Re: SSL Not working on tomcat 5.5.29 >> >> If I rename tcnative-1.dll in the bin folder then the >> site on SSL works. > > SSL handling with the APR conn

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
comments or ideas please? I >> got >> this suggestion from google but no specific reason. >> > > It was already mentioned in this very thread. > http://old.nabble.com/SSL-Not-working-on-tomcat-5.5.29-ts29052531.html#a29083748 > >> Regards, >> Kareem > >

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread Konstantin Kolinko
his very thread. http://old.nabble.com/SSL-Not-working-on-tomcat-5.5.29-ts29052531.html#a29083748 > Regards, > Kareem - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: SSL Not working on tomcat 5.5.29

2010-07-12 Thread Caldarale, Charles R
> From: kareem_s_m [mailto:kareemud...@gmail.com] > Subject: Re: SSL Not working on tomcat 5.5.29 > > If I rename tcnative-1.dll in the bin folder then the > site on SSL works. SSL handling with the APR connector is completely different from that with a pure Java connector. Th

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
I could be missing? > > Are the Connector definitions in server.xml files identical? > > You can post it inline here, if you remove the comments and any passwords. > > > p > > > > -- View this message in context: http://old.nab

Re: SSL Not working on tomcat 5.5.29

2010-07-06 Thread kareem_s_m
- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/SSL-Not-working-on-tomcat-5.5.29-tp29052531p29090432.html Sent

Re: SSL Not working on tomcat 5.5.29

2010-07-06 Thread Konstantin Kolinko
2010/7/6 Konstantin Kolinko : > 2010/7/6 kareem_s_m : >> >> When I run in NON SSL (port 8080, stuff is written to the log files). When I >> run under SSL (8443) nothing is written to the same log files. >> > > In the configuration fragment that you provided you are running with > all 8080, 8443, 80

Re: SSL Not working on tomcat 5.5.29

2010-07-06 Thread Konstantin Kolinko
2010/7/6 kareem_s_m : > > When I run in NON SSL (port 8080, stuff is written to the log files). When I > run under SSL (8443) nothing is written to the same log files. > In the configuration fragment that you provided you are running with all 8080, 8443, 8009 at the same time. If you are adding a

Re: SSL Not working on tomcat 5.5.29

2010-07-05 Thread kareem_s_m
are you running it? > > Best regards, > Konstantin Kolinko > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > >

Re: SSL Not working on tomcat 5.5.29

2010-07-05 Thread Konstantin Kolinko
2010/7/2 kareem_s_m : > Also > nothing is written to the log flies. Nothing at all? The logs are completely empty? Maybe you are still running 5.5.28, or writing to 5.5.28 logs, if the service was installed incorrectly? > > Under tomcat 5.5.28, the site renders fine with SSL and non SSL. > How

Re: SSL Not working on tomcat 5.5.29

2010-07-04 Thread André Warnier
Hi. 502 Bad Gateway That is a strange error, in this context. Are you accessing this Tomcat directly, or through Apache or IIS or some load-balancer ? Try this anyway : Start Tomcat 5.5.28, open a command window, and enter "netstat -ano". With your setup, in the lines marked "LISTEN", you sho

Re: SSL Not working on tomcat 5.5.29

2010-07-03 Thread kareem_s_m
message. > > > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this

Re: SSL Not working on tomcat 5.5.29

2010-07-02 Thread André Warnier
kareem_s_m wrote: Hi All, I am working on upgrading tomcat from 5.5.28 to 5.5.29 for one of the applications. I see that the website renders and works fine in 5.5.29 on port 8080 (non SSL) but with SSL (port 8443) the website doesnot run at all. When I try to see what's going on in Fiddle, I se

Re: SSL Not working on tomcat 5.5.29

2010-07-02 Thread Pid
On 02/07/2010 06:30, kareem_s_m wrote: > > Hi All, > > I am working on upgrading tomcat from 5.5.28 to 5.5.29 for one of the > applications. I see that the website renders and works fine in 5.5.29 on > port 8080 (non SSL) but with SSL (port 8443) the website doesnot run at > all. When I try to s

SSL Not working on tomcat 5.5.29

2010-07-01 Thread kareem_s_m
Also nothing is written to the log flies. It is as if tomcat is not even running in port 8443. Under tomcat 5.5.28, the site renders fine with SSL and non SSL. Is there something I could be missing? Regards, Kareem -- View this message in context: http://old.nabble.com/SSL-Not-working-on-t

Re: Mod_jk and SSL not working together

2009-03-09 Thread Mladen Turk
Alexander Diedler wrote: Hello, I have a Apache 2.0.63 Webserver and Tomcat 6.0 and use mod_jk. The server don´t uses the JKMount if I use https. http://www.mysite.de shows me correctly the mounted Webapps from Tomcat. https://www.mysite.de shows me the Apache Webserver Startpage and every

Mod_jk and SSL not working together

2009-03-09 Thread Alexander Diedler
Hello, I have a Apache 2.0.63 Webserver and Tomcat 6.0 and use mod_jk. The server don´t uses the JKMount if I use https. http://www.mysite.de shows me correctly the mounted Webapps from Tomcat. https://www.mysite.de shows me the Apache Webserver Startpage and every URL command shows me a 404…. W

Re: APR & SSL not working

2008-09-03 Thread Gregor Schneider
Hi Filip, guess you're mixing things up: Since I'm using the APR (Apache Portable Runtime), according to http://tomcat.apache.org/tomcat-5.5-doc/apr.html, it has to be SSLEngine="on" (check the HTTPS-Connector) The example given in the Tomcat-docs is Cheers Gregor -- what's puzzlin' y

Re: APR & SSL not working

2008-09-02 Thread Filip Hanik - Dev Lists
SSLEngine="on" should be SSLEnabled="true" Gregor Schneider wrote: Hi there, I'm about to give it up. One final question though: Anybody out there who has the following combination up & running: - Linux (Debian preferred, other distributions also welcome) - Tomcat 5.5 - APR - SSL ? I'm

Re: APR & SSL not working

2008-09-01 Thread Gregor Schneider
Hi Marcus, On Mon, Sep 1, 2008 at 4:56 PM, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > > Is the libtcnative your Tomcat uses really linked against your self-compiled > version of APR (ldd to check)? > looks as if you're becoming my personal hero... I just had the development-headers of the AP

Re: APR & SSL not working

2008-09-01 Thread Markus Schönhaber
Gregor Schneider wrote: seems I was a bit too optimistic... although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd (changed 2048 to 4096 since this is the value specified in /proc/sys/kernal/poolsize), it's again taking ages to start up tomcat. AFAIK is /dev/urandom guaranteed not

Re: APR & SSL not working

2008-09-01 Thread Gregor Schneider
Hi Markus, seems I was a bit too optimistic... although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd (changed 2048 to 4096 since this is the value specified in /proc/sys/kernal/poolsize), it's again taking ages to start up tomcat. Since this is a server-machine where I just can't "mo

Re: APR & SSL not working

2008-09-01 Thread Markus Schönhaber
Gregor Schneider wrote: The solution was: - create an .rnd-file within the user-space: openssl rand -out $HOME/.rnd 2048 - compile the APR with /dev/urandom: ./configure --with-apr=/usr/bin/apr-1-config \\ --with-devrandom=/dev/urandom \\ --prefix=/hom

Re: APR & SSL not working

2008-09-01 Thread Gregor Schneider
Hi Markus, On Fri, Aug 29, 2008 at 5:52 PM, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > Gregor Schneider schrieb: > > Search the list archives. There has more than once been discussion about > this topic. For example > http://marc.info/?l=tomcat-user&m=118190563608389&w=2 > Maybe this helps. >

Re: APR & SSL not working

2008-08-29 Thread Markus Schönhaber
Gregor Schneider schrieb: Anybody out there who has the following combination up & running: - Linux (Debian preferred, other distributions also welcome) - Tomcat 5.5 - APR - SSL Yes. into server.xml, Tomcat-startup hangs when initializing Coyote HTTP/1.1: 2008-08-29 17:15:31,722 INFO

RE: APR & SSL not working

2008-08-29 Thread Martin Gainty
To: users@tomcat.apache.org > Subject: APR & SSL not working > > Hi there, > > I'm about to give it up. > > One final question though: > > Anybody out there who has the following combination up & running: > > - Linux (Debian preferred, other dis

APR & SSL not working

2008-08-29 Thread Gregor Schneider
Hi there, I'm about to give it up. One final question though: Anybody out there who has the following combination up & running: - Linux (Debian preferred, other distributions also welcome) - Tomcat 5.5 - APR - SSL ? I'm sucessful getting Tomcat running together with the APR, however, when

Re: SSL not working

2008-07-23 Thread hiteshrup
or should I have to create a tomcat user. -- View this message in context: http://www.nabble.com/SSL-not-working-tp5462780p18606487.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new top

Re: SSL not working on Tomcat 5.5

2007-05-08 Thread Markus Schönhaber
Marcus Johansson wrote: > I am running Tomcat 5.5 on a Windows 2003 server box, using Sun JRE 1.5.0_11. > Since I want to have SSL support on my server, I followed the instructions > on > > http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html > > first creating a self-signed certificate and th

SSL not working on Tomcat 5.5

2007-05-08 Thread Marcus Johansson
Hi, I am running Tomcat 5.5 on a Windows 2003 server box, using Sun JRE 1.5.0_11. Since I want to have SSL support on my server, I followed the instructions on http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html first creating a self-signed certificate and then uncommenting the SSL Connector

RE: SSL not working on Tomcat

2006-11-13 Thread Andrew Friebel
AM To: Tomcat Users List Subject: Re: SSL not working on Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Michael Casale wrote: > I've installed Firefox 2.0 and I get the error: > > "Firefox can't connect securely to upm.knoa.com because the site uses a &g

RE: SSL not working on Tomcat - The Solution

2006-11-08 Thread Michael Casale
Ph. (212) 807-9608 ext. 6000 Fax (212) 675-6121 -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 5:02 PM To: Tomcat Users List Subject: Re: SSL not working on Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael,

Re: SSL not working on Tomcat

2006-11-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Michael Casale wrote: > I've installed Firefox 2.0 and I get the error: > > "Firefox can't connect securely to upm.knoa.com because the site uses a > security protocol which isn't enabled" > > So... I changed sslProtocol="TLS" to sslProtoco

RE: SSL not working on Tomcat

2006-11-07 Thread Michael Casale
Thanks for your response. The tomcat keystore is located in c:\files. The version of Java is 1.5.0_06 Thanks! Mike -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 9:08 PM To: Tomcat Users List Subject: Re: SSL not working on Tomcat

Re: SSL not working on Tomcat

2006-11-07 Thread Martin Gainty
Michael comments prefixed with Re> Howdy all, I'm struggling through setting up Tomcat with SSL on a Windows 2003 server, and even when I get the server running, with no errors in the logs when restarting the tomcat service, all I get is a "Page Not Found" error when I point to the ssl port

RE: SSL not working on Tomcat

2006-11-07 Thread Michael Casale
-6121 -Original Message- From: Dhiraj Ramakrishnan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 6:44 PM To: Tomcat Users List Subject: Re: SSL not working on Tomcat Hi, According to you, one of the steps that you did was , "I downloaded their root cert, imported it, conve

RE: SSL not working on Tomcat

2006-11-07 Thread Michael Casale
6000 Fax (212) 675-6121 -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 6:35 PM To: Tomcat Users List Subject: Re: SSL not working on Tomcat Did you try this with Firefox? IE has some problems with no-cache in the header or as a pragma.

Re: SSL not working on Tomcat

2006-11-07 Thread Dhiraj Ramakrishnan
reason why your key is not working properly ? Thanks Dhiraj Ramakrishnan On 11/8/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Michael Casale [mailto:[EMAIL PROTECTED] > Subject: SSL not working on Tomcat > > I'm struggling through setting up Tomcat with SS

Re: SSL not working on Tomcat

2006-11-07 Thread Mark Eggers
Did you try this with Firefox? IE has some problems with no-cache in the header or as a pragma. Later versions of Tomcat 5.5 set this. There is a mailing list thread concerning this: http://marc.theaimsgroup.com/?t=11180675668&r=1&w=2 along with some solutions. Hope this helps. /mde/ jus

RE: SSL not working on Tomcat

2006-11-07 Thread Caldarale, Charles R
> From: Michael Casale [mailto:[EMAIL PROTECTED] > Subject: SSL not working on Tomcat > > I'm struggling through setting up Tomcat with SSL on a Windows 2003 > server, and even when I get the server running, with no errors in the > logs when restarting the tomcat servic

SSL not working on Tomcat

2006-11-07 Thread Michael Casale
Howdy all, I'm struggling through setting up Tomcat with SSL on a Windows 2003 server, and even when I get the server running, with no errors in the logs when restarting the tomcat service, all I get is a "Page Not Found" error when I point to the ssl port on the server. Pointing to the default

Re: SSL not working

2006-07-24 Thread Matus Nemcik
Thanks for your reply, you was right, the problem was with the account ... now everything is working great!!! Thanks again!! On 7/24/06, Mladen Turk <[EMAIL PROTECTED]> wrote: Matúš Nemčík wrote: > Hi, i have installed the latest version of Apache Tomcat 5.5.17 on Windows > XP platform using th

Re: SSL not working

2006-07-24 Thread Mladen Turk
Matúš Nemčík wrote: Hi, i have installed the latest version of Apache Tomcat 5.5.17 on Windows XP platform using the installer and the server is running as a service. The probable reason is because default service runs under the SYSTEM account. Keystore requires a valid user. Modify the servic

SSL not working

2006-07-24 Thread Matúš Nemčík
Hi, i have installed the latest version of Apache Tomcat 5.5.17 on Windows XP platform using the installer and the server is running as a service. I have created the keystore as it is described in the tomcat documentation and have also uncommented the connector for SSL in /conf/server.xml. My prob

RE: tomcat ssl not working

2006-06-02 Thread Alvarez, Mike
The servers.xml file needs to be configured with the keystore path and file name. -Original Message- From: AJ Jonen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 3:12 PM To: Tomcat Users List Subject: tomcat ssl not working My tomcat server is not

Re: tomcat ssl not working

2006-06-01 Thread Jack
You can have a look here and see if you find any useful tips - this explains how I got SSL to work on Tomcat: http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 01/06/06, Mike Sabroff <[EMAIL PROTECTED]> wrote: I am running 5.5.9 and have no problems with it (excep

Re: tomcat ssl not working

2006-06-01 Thread Mike Sabroff
I am running 5.5.9 and have no problems with it (except that it is expired) but it still works if I accept it. Mike AJ Jonen wrote: My tomcat server is not responding when I type in https://localhost:8443. oddly enough it does work when I type in http://localhost:8443 I'm having a bit of an i

tomcat ssl not working

2006-06-01 Thread AJ Jonen
My tomcat server is not responding when I type in https://localhost:8443. oddly enough it does work when I type in http://localhost:8443 I'm having a bit of an issue getting Tomcat to work on the secure port 8443. What happens is I type https://localhost:8443 and the page never loads. I get