Re: [users@httpd] Secure SSL Site: What am I doing wrong?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



See if removing the password from the SSLCertificateKeyFile helps.
openssl rsa -in server.pem -out server.key
----- Original Message ----- From: "Evan Platt" <evan@xxxxxxxxxxxxxxxxxx>
To: <users@xxxxxxxxxxxxxxxx>
Sent: Sunday, March 26, 2006 5:53 AM
Subject: [users@httpd] Secure SSL Site: What am I doing wrong?


Running Apache 2.2.0 on a OS/X 10.4 system, compiled from source.

I have mod_ssl enabled.

In my httpd.conf, I have

Include conf/extra/httpd-ssl.conf

in my httpd-ssl.conf, I have

<IfDefine SSL>


<VirtualHost _default_:443>

#   General setup for the virtual host
SSLEngine on
SSLCertificateFile    /Library/Apache2/conf/server.crt
SSLCertificateKeyFile /Library/Apache2/conf/server.pem
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
DocumentRoot /Library/WebServer/Documents
ServerName www.espphotography.com
ServerAdmin webmaster@xxxxxxxxxxxxxxxxxx
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log

</VirtualHost>
#
</IfDefine>

However when I uncomment the include httpd-ssl.conf and start apache (httpd -DSSL or httpd -k start), it asks for my password, then nothing. NOthing written to the error log, no instances of httpd running.

Am I missing something painfully obvious? If there's a section of the manual I missed, please don't just say "RTFM" but give me a link to the appropriate section of the manual. Everything I've read points that this SHOULD work, but obviously doesn't.

Thanks.

Evan


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux