Re: users Digest 14 Apr 2014 22:35:03 -0000 Issue 4783

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

 



>> Are you using a self-signed certificate?  I'm seeing the same thing.
> 
> No, ours come from a CA.

Hm.  Well, I can duplicate this issue pretty easily with OpenSSL 0.9.8e (CentOS 5.10), but not with OpenSSL 1.0.1e-fips (CentOS 6.5)

# mkdir -p /tmp/sslkeys
# openssl req -new -x509 -nodes -out /tmp/sslkeys/server.crt -keyout /tmp/sslkeys/server.key -extensions usr_cert

Add virtual host to Apache, then use the following directives:
   SSLEngine on
   SSLCertificateFile /tmp/sslkeys/server.crt
   SSLCertificateKeyFile /tmp/sslkeys/server.key

Stop, then start Apache.  It will fail to come back up and yield the same errors.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-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