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