Hello et al, I am having a hard time getting SSL running on Mac OS X 10.0.4 (Darwin 1.3.7), Apache 1.3.20, OpenSSL 0.9.6b, mod_ssl-2.8.4-1.3.20, egd 0.8, and it seems as if I am almost there, but I cannot figure out what is wrong. Everything configured, built, installed and executed (with no errors), however when I try to connect to https://127.0.0.1, I get the message: https://127.0.0.1/ (HTTPS): Busy, retry: Temporarily unable to connect: Connection refused (http://127.0.0.1/ works fine, BTW) I have made a certificate using "make certificate", then "make install". I used default values for the certificate except I entered 127.0.0.1 for the FQDN (I just want a test certificate, I did not choose a pass phrase). I then copied the ssl.key and ssl.crt to my /etc/httpd directory and have added the following four lines to my httpd.conf file: SSLRandomSeed startup egd:/tmp/entropy 1024 SSLRandomSeed connect egd:/tmp/entropy 1024 SSLCertificateKeyFile /etc/httpd/ssl.key/server.key SSLCertificateFile /etc/httpd/ssl.crt/server.crt Is there a directive missing or something I am not aware of? A FQDN thing? Or a permissions thing possibly? I have exhaustedly gone over the SSL FAQ, and searched the web for help to no avail. I greatly appreciate any light shed on this matter. Kindly, Jeshua Lacock Cartographer/Owner http://SierraMaps.com Phone: (760) 935-4481 ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
