Gentoo Archives: gentoo-user

From: "siefke_listen@×××.de" <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] nginx ssl
Date: Thu, 27 Nov 2014 18:45:26
Message-Id: 20141127194510.1b0817e96c5e2f2acf98b184@web.de
1 Hello,
2
3 has someone here running nginx with comodo ssl? I try it yet since few
4 hours but nginx say something what i can not understand.
5
6 nginx -t
7 nginx: [emerg] SSL_CTX_use_PrivateKey_file("/var/www/de/etc/ssl/de.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
8 nginx: configuration file /etc/nginx/nginx.conf test failed
9
10 I become from comodo a zip with a bundle file and the crt file.
11
12 # ssl
13 ssl_certificate /var/www/de/etc/ssl/de.ca-bundle;
14 ssl_certificate_key /var/www/de/etc/ssl/de.key;
15 ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
16 ssl_ciphers 'AES256+EECDH:AES256+EDH';
17 ssl_prefer_server_ciphers on;
18
19 But want not work. Check run with the error message missmatch. Has someone
20 expierence here?
21
22
23 Thank you & Nice day
24
25 Silvio

Replies

Subject Author
Re: [gentoo-user] nginx ssl Michael Orlitzky <mjo@g.o>