ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

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

SSL_CTX_use_PrivateKey_file


  • To: nginx-ru@xxxxxxxxx
  • Subject: SSL_CTX_use_PrivateKey_file
  • From: Dmitriy <fobfreeman@xxxxxxxxx>
  • Date: Tue, 6 Nov 2012 00:41:45 +0200
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=4Ia2aARuLDymjHO/86YKqx9NvL7FbjVJzqgVmkp03LE=; b=BFu3y5gm32NVd9xF5BXgDLn7Tj/G6J6mJ7SZK7o1OzYKAyhBHi7TTVhbVmOy6pYTYR q4F5G1uTDO1viyZdYV/MNp/sS/eklekIzCOJrB7yM8fM5WtwivjnFsuECy6m+SzOkajk DD19UZoNdsRKnKBevicPWt1HjQdhTsy2vxcnGcBi9Ia/BfuHMm3ICkN5VDTa3uQ/Z7xJ sVFMoDzqNDzSVCLVb1Z4TWmLi2hpDfYcHSGtA1crPmqaMWxvi3ddKdcXDLKxdSW7pgMn bfP3jxzOSA8Kq8Y6kFjidlj+wdlewvIWtpqw9bTAjXpp9OfwQzHTQRBMOg8DBitBLc9v v4ig==

Никак не могу подключить ссл сертификат
nginx выдает такое
nginx: [emerg] SSL_CTX_use_PrivateKey_file("/etc/nginx/conf.d/ssl.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)

Понятно, в документации пишется, что неправильно соединены сертификаты, (ключ 100% правильный 2 раза проверял), только ничего не выходит пока - ни вручную соединенный (хоть так хоть эдак) ни bundle.
Вот участок рабочего конфига, где идет ссылка на доп. в котором ссл
server {
    ## Your website name goes here.
    server_name -.pp.ua www.-.pp.ua;
    ## Your only path reference.
    root /var/www/wp;
    access_log /var/log/nginx/wp-access.log;
    error_log /var/log/nginx/wp-error.log;
    listen 8080;
    listen 443;
    ## This should be in your http block and if it is, it's not needed here.
    index index.html index.htm index.php;

    include conf.d/drop;

        location / {
                # This is cool because no php is touched for static content
        try_files $uri $uri/ /index.php?q=$uri&$args;
        }


Вот drop
ssl on;
ssl_certificate /etc/nginx/conf.d/ca-bundle.pem;
ssl_certificate_key /etc/nginx/conf.d/ssl.key;
ssl_protocols        SSLv3 TLSv1;
location ~ /\. { deny all; access_log off; log_not_found off; }

В чем же проблема?



C Уважением, Дмитрий
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.