error?
Which service: apache wih mod_ssl or apache_ssl?
Which version?
Laurent Jouannic
http:/www.d2i.fr (in french)
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Hi Lutz,
First, thanks 4 your answer.
Lutz Jaenicke wrote:
> On Fri, Nov 16, 2001 at 09:05:52AM +0000, Laurent Jouannic wrote:
> >
> > Hi to the ML
> >
> > when I want to compile openssl-0.9.6b
> > I have the following answer:
> > make[1]: Entering
openssl.pod for reading: No such file 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
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.
___
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 \n"
exit;
fi;
if [ ! -e /etc/ssl/demoCA/cacert.pem ]; then
echo "Creating new CA. "
read $dummy
cd /etc/ssl
/usr/lib/ssl/misc/CA.s
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] Error