You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Leonardo Sarais <ls...@trustitalia.it> on 2003/07/07 16:23:15 UTC

[users@httpd] problem: apache2 and two https sites!!!

Hi all,
I'm a newbie to the list, so please forgive me if I made some errors
writing this e-mail!!

Problem:
I have configured httpd.conf with the basic configuration of apache2 and
my ssl.conf with two virtulhosts that bind on port 443 on two different
ip addresses. When i try to start httpd daemon, it ask for the passwords
of the two differents https sites, I type the correct password, but the
daemon doesn't start. So I tried to watch my log files and i found some
errors:

[Fri Jul 04 17:27:22 2003] [error] Unable to configure verify locations
for client authentication
[Fri Jul 04 17:27:22 2003] [error] SSL Library Error: 218644585
error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Fri Jul 04 17:27:22 2003] [error] SSL Library Error: 218747010
error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Fri Jul 04 17:27:22 2003] [error] SSL Library Error: 218738701
error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
[Fri Jul 04 17:27:22 2003] [error] SSL Library Error: 151441516
error:0906D06C:PEM routines:PEM_read_bio:no start line Bad file contents
or format - or even just a forgotten SSLCertificateKeyFile?
[Fri Jul 04 17:27:22 2003] [error] SSL Library Error: 185090057
error:0B084009:x509 certificate routines:X509_load_cert_crl_file:missing
asn1 eos


I think that everything is well configured because if i try to start
only one virtualhost by commenting the other one, the httpd daemon ask
me for the password and it start correctly. This appens with both of the
virtualhosts.

I'm sorry for my terrible english and I hope someone could help me.

Thank you all!!