<div dir="ltr">Hello<div><br></div><div>I seem to have a bit of a problem. In my vhost's server {}; block, I have:</div><div><br></div><div><div>    ssl_ciphers EECDH+aRSA+AESGCM:EECDH+aRSA+AES:EDH+aRSA+AESGCM:EDH+aRSA+AES:DES-CBC3-SHA:!EXP:!CAMELLIA:!DSS:!MEDIUM:!LOW:!aNULL:!eNULL:!RC4; </div><div>    ssl_prefer_server_ciphers on;</div></div><div><br></div><div>but for some reason this doesn't seem to be respected because <a href="http://ssllabs.com">ssllabs.com</a>'s checker says:</div><div><br></div><div>"RC4 cipher is used with TLS 1.1 or newer protocols, even though stronger ciphers are available."</div><div><br></div><div>Testing with openssl s_client shows:</div><div><br></div><div><div>SSL-Session:</div><div>Protocol : TLSv1.2</div><div>Cipher : ECDHE-RSA-RC4-SHA</div></div><div><br></div><div>My ssl_ciphers line _should_ be disallowing all RC4... so I am not sure if this is a bug or if I have these options in the wrong place (I tried them in the http{} block for grins with no effect) or if there's something missing from my build. Can someone provide guidance?  </div><div><br></div><div>TIA. </div><div><br></div><div>-jkl</div><div><br></div><div><br></div><div><div>root@dreamer:~# which nginx</div><div>/usr/sbin/nginx</div><div><br></div><div>root@dreamer:~# /usr/sbin/nginx -V</div><div>nginx version: nginx/1.7.6</div><div>built by gcc 4.7.2 (Debian 4.7.2-5) </div><div>TLS SNI support enabled</div><div>configure arguments: --prefix=/opt/nginx --with-http_ssl_module --with-http_gzip_static_module --with-http_stub_status_module --with-cc-opt=-Wno-error --add-module=/usr/local/rvm/gems/ruby-2.1.3/gems/passenger-4.0.53/ext/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_spdy_module --with-cc-opt='-s -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-error=maybe-uninitialized -Wp,-D_FORTIFY_SOURCE=2' --with-ld-opt=-Wl,-z,relro --with-ipv6 --add-module=/opt/build/naxsi-master/naxsi_src</div></div><div><br></div><div><div>root@dreamer:~# ldd /usr/sbin/nginx </div><div>        linux-vdso.so.1 =>  (0x00007fffb808d000)</div><div>        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6f3cf7a000)</div><div>        libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007f6f3cd43000)</div><div>        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f6f3ca3b000)</div><div>        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6f3c7b9000)</div><div>        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f6f3c5b1000)</div><div>        libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f6f3c373000)</div><div>        libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f6f3c113000)</div><div>        libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f6f3bd1b000)</div><div>        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6f3bb16000)</div><div>        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f6f3b8ff000)</div><div>        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f6f3b6e9000)</div><div>        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6f3b35d000)</div><div>        /lib64/ld-linux-x86-64.so.2 (0x00007f6f3d1a0000)</div></div><div><br></div><div><div>root@dreamer:~# openssl version</div><div>OpenSSL 1.0.1e 11 Feb 2013</div></div><div><br></div><div><br></div><div><br></div><div><br></div></div>