Re: Apache2 with ssl

2002-06-13 Thread Kai Hofmann
What is the recommended way of getting the ssl module for Apache2? Using the built in Apache2 SSL or using mod_ssl? I don't see a mod_ssl for Apache2 on the mod_ssl site. Does anyone have experience with Apache2 and ssl? The buildin in is the official mod_ssl for apache 2 - as it looks to me

AW: Apache2 with SSL doesn't start

2002-06-13 Thread Andre Steffens
BuiltIn not supported in server private key from file D:/server/Apache2/conf/ssl/test.key (OpenSSL library error follows) [Thu Jun 13 09:50:05 2002] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag [Thu Jun 13 09:50:06 2002] [error] OpenSSL: error:0D09D082:asn1 encoding

Apache2 with SSL doesn't start

2002-06-12 Thread Andre Steffens
Hi, I've installed Apache 2.0.36 with mod_ssl on Win2k. After I create a certificate I now have the files test.cert and test.key. I add the following lines to my httpd.conf File: SSLMutex sem SSLRandomSeed startup builtin SSLSessionCache none SSLLog logs/SSL.log SSLLogLevel info VirtualHost

Apache2 with ssl

2002-06-12 Thread Jeff Landers
What is the recommended way of getting the ssl module for Apache2? Using the built in Apache2 SSL or using mod_ssl? I don't see a mod_ssl for Apache2 on the mod_ssl site. Does anyone have experience with Apache2 and ssl

Re: Apache2 with ssl

2002-06-12 Thread Cliff Woolley
On Wed, 12 Jun 2002, Jeff Landers wrote: What is the recommended way of getting the ssl module for Apache2? Using the built in Apache2 SSL or using mod_ssl? I don't see a mod_ssl for Apache2 on the mod_ssl site. Does anyone have experience with Apache2 and ssl? There's no mod_ssl

Re: Apache2 with SSL doesn't start

2002-06-12 Thread Cliff Woolley
On Wed, 12 Jun 2002, Andre Steffens wrote: I've installed Apache 2.0.36 with mod_ssl on Win2k. After I create a certificate I now have the files test.cert and test.key. But the Apache doesn't start! Someone who know what I've to do? What does the error log say? --Cliff