soulbird commented on issue #8041: URL: https://github.com/apache/apisix/issues/8041#issuecomment-1272427953
> ### Description > 目前apisix好像不支持配置文件stream_proxy节点中配置ssl_protocols、ssl_ciphers,希望提供类似ssl节点可以配置ssl_protocols、ssl_ciphers Currently you can add custom Nginx configuration in `stream_configuration_snippet` configuration item. Under the `stream_proxy` configuration item, the configuration of `ssl_protocols` is not yet supported. But PR is welcome, you can refer to these two pieces of code: https://github.com/apache/apisix/blob/master/apisix/cli/ops.lua#L487-L503 https://github.com/apache/apisix/blob/master/apisix/cli/ngx_tpl.lua#L185-L192 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
