You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/29 03:49:21 UTC

[GitHub] [apisix] kwanhur commented on issue #6963: feat: As a user, I want to choose different tls_cipher_policies for different routes

kwanhur commented on issue #6963:
URL: https://github.com/apache/apisix/issues/6963#issuecomment-1112851283

   OpenRresty supports [ssl_client_hello_by_lua](https://github.com/openresty/lua-nginx-module#ssl_client_hello_by_lua_block) since `1.21.4.1`, details see [here](https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl/clienthello.md), api [set_protocols](https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl/clienthello.md#set_protocols) can specify a list of protocols.
   > Sets the SSL protocols supported by the current downstream SSL connection.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org