[thanks for the continued timely assistance - great!]
tried
ssl_ciphers TLS_RSA_WITH_RC4_128_SHA;
and, simultaneousely
proxy_ssl_ciphers TLS_RSA_WITH_RC4_128_SHA;
but, on both SLES11 and SLES12, nginx reports
nginx: [emerg] SSL_CTX_set_cipher_list("TLS_RSA_WITH_RC4_128_SHA") failed (SSL: error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match)
Is it correct to assume that the ciphers need to come from the SSL libs of the OS, and cannot be "configured" to include a matching cipher like TLS_RSA_WITH_RC4_128_SHA?
tried
ssl_ciphers TLS_RSA_WITH_RC4_128_SHA;
and, simultaneousely
proxy_ssl_ciphers TLS_RSA_WITH_RC4_128_SHA;
but, on both SLES11 and SLES12, nginx reports
nginx: [emerg] SSL_CTX_set_cipher_list("TLS_RSA_WITH_RC4_128_SHA") failed (SSL: error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match)
Is it correct to assume that the ciphers need to come from the SSL libs of the OS, and cannot be "configured" to include a matching cipher like TLS_RSA_WITH_RC4_128_SHA?