R: Problem with client authentication

1999-04-23 Thread Andrea e Luca Giacobazzi
Put server certificate issued by your CA in /ssl.crt/server.crt and the key in /ssl.key/server.key. Also set CApath in httpd.conf . Get your CA certificate in your browser (signer) and verify it. Andrea -Messaggio originale- Da: Maristela Terto de Holanda [EMAIL PROTECTED] A: [EMAIL

Re: rsaref problem!

1999-04-23 Thread Ralf S. Engelschall
On Thu, Apr 22, 1999, Paykar Chamani wrote: I am trying to build mod_ssl with openssl-0.9.2b and rsaref-20. I downloaded rsaref20-1996.tar.Z from ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/. I followed the install instruction for US citizen in the install file from

Re: Weirdness starting children

1999-04-23 Thread Volker Borchert
In message [EMAIL PROTECTED] Ralf S. Engelschall writes: | What happens is that with | mod_ssl the startup can take a few seconds(!) more (up to 10s on slow | machines!) It can take more than a minute on a Sparcstation 2. __

Re: Weirdness starting children

1999-04-23 Thread Ralf S. Engelschall
On Fri, Apr 23, 1999, Volker Borchert wrote: In message [EMAIL PROTECTED] Ralf S. Engelschall writes: | What happens is that with | mod_ssl the startup can take a few seconds(!) more (up to 10s on slow | machines!) It can take more than a minute on a Sparcstation 2. Sure, it takes as

Errors Compiling Apache

1999-04-23 Thread Mario Jorge Nunes Filipe
Hi I've been upgrading apache every time there is a new release of mod_ssl or php. Today when i tryed to recompile apache 1.3.6 following the instrunctions on mod_ssl's INSTALL i got this: gcc -DLINUX=2 -DMOD_SSL=202108 -DUSE_HSREGEX -DEAPI -O2 -L /usr/lib `./apaci`

Re: Problem with Connections

1999-04-23 Thread Rolf Haberrecker
On Thu, Apr 22, 1999 at 03:57:47PM +0200, Ralf S. Engelschall wrote: On Thu, Apr 22, 1999, Christoph Kiehl wrote: i have a strange problem here. I use apache 1.3.6, mod_ssl 2.2.8 and openssl 0.9.2b. Everything compiled fine and the server is running ... but ;) With Netscape 4.08

What's with Sir Tificate?

1999-04-23 Thread Dan Shechter
Hi, * I've recently installed an Apache 1.3.6 + latest mod_ssl + openssl 0.9.2 * I've successfully craeted my own CA (whoope for me). * I've successfully signed my own web service using the above CA (whoope again). I albiet lost about all the client / user certificates mess. What I _want_

Re: Problem with Connections

1999-04-23 Thread Ralf S. Engelschall
On Fri, Apr 23, 1999, Rolf Haberrecker wrote: [...] Then welcome to the club of people fighting against SuSE's broken NDBM library... Use --enable-rule=SSL_SDBM as a workaround. I'd really like to know what's going on here. I couldn't find serious problems regarding the session cache

Re: [BugDB] CRL / revokation lists? (PR#168)

1999-04-23 Thread bugdb-mod-ssl
On Fri, Apr 23, 1999, [EMAIL PROTECTED] wrote: Full_Name: Sean Boran Version: mod_ssl/2.2.5,  OpenSSL/0.9.1c OS: Solaris Submission from: p85.as2.naas1.tinet.ie (159.134.254.85) I have my Apache mod_ssl up and runnign nicely with several CAs. Now I'd like to integrate CRLs from those

Re: What's with Sir Tificate?

1999-04-23 Thread Ralf S. Engelschall
On Fri, Apr 23, 1999, Dan Shechter wrote: [...] I know ie4/5 netscape all use the pkcs#12 for import/export of certificates. I've found a pkcs extension/patch to openssl 0.9.2 from www.openca.org BTW, it's nothing from OpenCA, it's Steven Hensons PKCS12 package which he recently also

mod_ssl on Alpha

1999-04-23 Thread Christian Gottschling
Hello, I just tried quickly to compile and install mod_ssl on a Linux-Alpha-System (RedHat). But "make certificate TYPE=test" doesn't work. Or better say, works and works and works writing little dots (.) First I thought, it will take some time but after 10 minutes, it was still writing little

Re: mod_ssl on Alpha

1999-04-23 Thread Ralf S. Engelschall
On Fri, Apr 23, 1999, Christian Gottschling wrote: I just tried quickly to compile and install mod_ssl on a Linux-Alpha-System (RedHat). But "make certificate TYPE=test" doesn't work. Or better say, works and works and works writing little dots (.) First I thought, it will take some time

Re: Errors Compiling Apache

1999-04-23 Thread Mehul N. Sanghvi
Hi I've been upgrading apache every time there is a new release of mod_ssl or php. Today when i tryed to recompile apache 1.3.6 following the instrunctions on mod_ssl's INSTALL i got this: [ make errors deleted ] Can someone please explain whats going on? Thanks. BTW the -lssl

Re: Errors Compiling Apache

1999-04-23 Thread Mario Jorge Nunes Filipe
"Mehul N. Sanghvi" wrote: Hi I've been upgrading apache every time there is a new release of mod_ssl or php. Today when i tryed to recompile apache 1.3.6 following the instrunctions on mod_ssl's INSTALL i got this: [ make errors deleted ] Can someone please explain whats

Re: What happened to SSLOnlyOnPort?

1999-04-23 Thread Ralf S. Engelschall
On Fri, Apr 23, 1999, James Simmons wrote: Really. When will this patch become availble in the main stream mod_ssl? Do you have some patches for it. I'm willing to try it. I have a test secure server to play with. The stuff is still in my pkg.apache.listen/ source tree and not comitted

Re: Making a http/https server

1999-04-23 Thread Steffen Dettmer
"it's usually most simples to run a single instance where you enable SSL only for those virtual hosts that need it. " But it does not talk about making all this for only the main server. at the end of the config, just use two virtual host sections, one on port 80 without SSL, one on port

Re: mod_ssl on Alpha

1999-04-23 Thread Christian Gottschling
"Ralf S. Engelschall" wrote: I'm sure our OpenSSL "make test" procedure already fails for you. The You're right. As allways ;). But it does a lot of testings before it fails. configure for Linux _and_ Alpha boxes. Perhaps you've to combine the linux-elf with the alpha-gcc platform ids to

Re: mod_ssl on Alpha

1999-04-23 Thread Ralf S. Engelschall
On Fri, Apr 23, 1999, Christian Gottschling wrote: [...] configure for Linux _and_ Alpha boxes. Perhaps you've to combine the linux-elf with the alpha-gcc platform ids to make it configure correctly for your particular situation. Look inside the Configure script of OpenSSL. Hmpf. So no

Re: Errors Compiling Apache

1999-04-23 Thread Mehul N. Sanghvi
I tryed this and it worked but when trying to run the server it segfaulted. Then i did ranlib on libssl.a and libcrypto.a and repeated the whole process again. Once again it segfaulted with this message: -- neptuno:/usr/local/apache/bin# ./apachectl startssl ./apachectl:

GSID and gid-tagcert.c

1999-04-23 Thread Paul Rubin
The gid-tagcert.c file in pkg-contrib won't compile under Solaris 2.6 because the "db.h" file is missing and I guess the dbm library is missing. Anyone know where I can get a compatible dbm library? I suspect that the widely available ndbm and gdbm libraries don't use the same format. Thanks.