Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] apache SSL error
Date: Wed, 06 Jan 2016 03:45:35
Message-Id: 568C8DD5.8070901@sys-concept.com
1 I changed in apache: 00_default_ssl_vhost.conf
2
3 SSLProtocol ALL -SSLv2 -SSLv3
4 SSLHonorCipherOrder on
5 SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DH$
6
7 and now apache will not start. Error:
8 Unable to configure permitted SSL ciphers
9 error] SSL Library Error: 151441516 error:0906D06C:PEM routines:PEM_read_bio:no start line Bad file contents or format - or even just a forgotten SSLCertificateKeyFile?
10 [error] SSL Library Error: 151441516 error:0906D06C:PEM routines:PEM_read_bio:no start line Bad file contents or format - or even just a forgotten SSLCertificateKeyFile?
11 [error] SSL Library Error: 336486680 error:140E6118:SSL routines:SSL_CIPHER_PROCESS_RULESTR:invalid command
12
13
14 I re-emerge dev-libs/openssl
15 but it deosn't help. Which one I need to re-emerge?
16
17 --
18 Thelma

Replies

Subject Author
Re: [gentoo-user] apache SSL error thelma@×××××××××××.com