RE: [users@httpd] apache and ssl

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

 



>Joshua,
>Here is what is listed in the logs, but this is from  this morning.  I don't know why this information hasn't been  updated:
>  [Wed Jun 28 11:27:03 2006] [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?]

If you don't want to enter the passphrase at each start of Apache
and to eliminate th eoccurance of this error,
than you will have to delete the passphrase from your KEY.

Make this
- Take your "SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key"
- openssl rsa -in /etc/apache2/ssl/keys/sitename.com.key -out /etc/apache2/ssl/keys/sitename.com.nopp.key
- You will be asked for the passphrase
- Than change in your config:
  from
    SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key
  to
    SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.nopp.key
[see also http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase]


Than it will never asked again an the above error should not come again.

bye 
Oliver

<<winmail.dat>>

---------------------------------------------------------------------
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