Re: Errors in Apache

2001-11-21 Thread Laurent Jouannic
or apache_ssl? Which version? Laurent Jouannic http:/www.d2i.fr (in french) __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Compilation problem/missing files:openssl.pod

2001-11-16 Thread Laurent Jouannic
or directory at /usr/bin/pod2man line 48 make[1]: *** [openssl.1] Error 255 make[1]: Leaving directory `/home/julien/source/openssl-0.9.6b/doc' make: *** [sub_all] Error 1 Anyone go an idea? Thanks. Laurent Jouannic __ OpenSSL

Re: Compilation problem/missing files:openssl.pod

2001-11-16 Thread Laurent Jouannic
Hi Lutz, First, thanks 4 your answer. Lutz Jaenicke wrote: On Fri, Nov 16, 2001 at 09:05:52AM +, Laurent Jouannic wrote: Hi to the ML when I want to compile openssl-0.9.6b I have the following answer: make[1]: Entering directory `/home/julien/source/openssl-0.9.6b/doc

pb with apache-ssl

2001-11-12 Thread Laurent Jouannic
Hi to the ML, I got a big pb with apache-ssl (debian) It was running well, but now when I want to connect in https, the server ask me if I accept the certificat and after it give me the following message: the connection contained no data. What's on? Thank's. Regards. Laurent.

problem while compiling the fswcert patch x509 for freeswan

2001-10-01 Thread Laurent Jouannic
Hi to the ML to apply the fswcert patch I put SSLDIR=/usr/local/openssl.0.9.6b in the Makefile and I have the following error: make gcc -L/usr/local/openssl.0.9.6b/lib -o fswcert fswcert.o -lcrypto /usr/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status make: *** [fswcert]

script to generate x509 certificate

2001-10-01 Thread Laurent Jouannic
Does someone have a good script to generate x509 certificates, because I have troubles whith mine: #!/bin/sh if [ x$1 = x ]; then echo -e \nUsage: $0 certname\n exit; fi; if [ ! -e /etc/ssl/demoCA/cacert.pem ]; then echo Creating new CA. Enter read $dummy cd /etc/ssl