lua-resty-core
lua-resty-core copied to clipboard
ssl_certificate_by_lua_* - ability to read client cipher suite
Since ngx.var.ssl_ciphers (the client-supported cipher suite) is not available in ssl_certificate_by_lua_*, is it possible to export this value in the ssl_certificate_by_lua context for cipher-based negotiation (EC for newer clients, RSA for older ones)?
@pj-splunk Mind to bake a patch for that?
any news here ?