Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Issues Adding SSL Certificate & Couple of Questions

$
0
0
Thanks!

That actually makes sense. I changed the slashes to forward ones and tried to start Nginx again. The good news is that I didn't get the errors again. The bad news is that I got a different error:

C:\nginx-1.6.2>nginx
nginx: [emerg] PEM_read_bio_X509_AUX("C:/nginx-1.6.2/kelnet.crt") failed (SSL: error:0906D06C:PEM routines:PEM_read_bio:
no start line:Expecting: TRUSTED CERTIFICATE)

ARGH!

I tried adding the below 3 lines from the other conf file, but still had the same issue.
ssl_prefer_server_ciphers On;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!eNULL:!MD5:!DSS;

It must be something simple like the previous issue. Any idea what this one is? Thanks again!

UPDATE

I tried using the PEM file instead of the CRT one and the error didn't appear. However, it still didn't work. There wasn't a command line echo so looked in the log file and found this:
2014/12/29 17:49:37 [emerg] 3468#53652: shared zone "SSL" has no equal addresses: 02E70000 vs 02C30000
2014/12/29 17:49:37 [alert] 52896#41692: worker process 3468 exited with code 1

Researching now - Thoughts?

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>