ssl_prefer_server_cipers unknown directive
Posted
by
trobrock
on Server Fault
See other posts from Server Fault
or by trobrock
Published on 2012-11-29T00:44:34Z
Indexed on
2012/11/29
5:07 UTC
Read the original article
Hit count: 215
I just compiled nginx v1.2.3 from source on a CentOS 6.3 server and am trying to use the ssl_prefer_server_ciphers
directive, but I am getting an error nginx: [emerg] unknown directive "ssl_prefer_serfver_cipers" in /etc/nginx/sites-enabled/application:5
I am not seeing anywhere that this directive depends on any specific versions of other libraries, or even specific versions of nginx. What could I be doing wrong here?
© Server Fault or respective owner