Re: Nginx on Windows Server 2008 with SSL

2014-10-29 Thread Francis Daly
On Wed, Oct 29, 2014 at 11:31:41AM -0400, krlosgilson wrote: Hi there, I do not know the fix, but... > the error in the log file is this: > > SSL_CTX_use_PrivateKey_file("c:/nginx/ssl/key.key") failed (SSL: > error:0B080074:x509 certificate routines:X509_check_private_key:key values > mismatch

Re: Nginx on Windows Server 2008 with SSL

2014-10-29 Thread krlosgilson
the error in the log file is this: SSL_CTX_use_PrivateKey_file("c:/nginx/ssl/key.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch Have you tried running the commenting ssl_certificate_key line with a # and the error that appears is this: no "

Re: Nginx on Windows Server 2008 with SSL

2014-10-29 Thread Francis Daly
On Wed, Oct 29, 2014 at 09:13:19AM -0400, krlosgilson wrote: Hi there, > Hello everyone! I'm new here on the forum, sorry if I wrote something down > incorrectly. > > I am trying to run Nginx on Windows Server 2008 with SSL Certificate but > always throws an error in the

Nginx on Windows Server 2008 with SSL

2014-10-29 Thread krlosgilson
Hello everyone! I'm new here on the forum, sorry if I wrote something down incorrectly. I am trying to run Nginx on Windows Server 2008 with SSL Certificate but always throws an error in the log file and it will not start the process. I've been reading on some forums, they sai