Full_Name: Jochen H�berle
Version: 2.2.4-1.3.4
OS: Linux 2.0.36, SuSE 6.0
Submission from: gate.midras.de (212.14.64.240)


As I already altered my apache source to include another module, I had a bit of
a problem building apache with mod_ssl.

At last I guess I have it right, but my httpd.conf was untouched, so I had to
edit it by myself.
If I put the following lines at the end of my httpd.conf

SSLEngine on
SSLLog logs/ssl_log
SSLLogLevel info
SSLCertificateFile      conf/ssl.crt/server.crt
SSLCertificateKeyFile   conf/ssl.key/server.key 

It works when accessing https:test.midras.de:80

The log warns me that I configured port 80 for https,

but nothing works when I put a <VirtualHost _default_:443> around it. I get a
connection refused - try later error from Netscape.

I guess I just do not know, where I have to configure all that stuff. Is there
some instructions on that anywhere or some example configs I could look at?

BTW: I read through the manual and was able to get things as far as described.

How about the passphrase dialog? The manual states the admin has to give the
passphrase once and it will be remembered. I have to give it every time.

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to