I'm trying to update few of existing SSL certificates with updated expiration on following system:
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.7 (Santiago)
# uname -a
Linux X 2.6.32-573.3.1.el6.x86_64 #1 SMP Mon Aug 10 09:44:54 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
# rpm -q Pound openssl
Pound-2.6-2.el6.x86_64
openssl-1.0.1e-42.el6.x86_64
#
I have several Listeners
inside of pound - HTTP/HTTPS reverse-proxy and load-balancer
, even though both of certificates came from GoDaddy, one of the certificate isn't giving me any issues at all, and the other one does.
I'm getting following error message while issuing service pound restart
:
SSL_CTX_use_PrivateKey_file failed - aborted
I'm reading pound_list archive, but as of yet I was not able to find solution that works for me. (My private key is NOT password protected).