hnlq715 opened a new issue #3496:
URL: https://github.com/apache/apisix/issues/3496
I checked the current implementation only support grpc proxy with ssl?
In my case, we want to use apisix to balance grpc traffic with insecure in
intranet environment.
Is there any reason not to support grpc without ssl enabled? Looking forward
to your reply :-)
```
{% if ssl.enable then %}
{% for _, port in ipairs(ssl.listen_port) do %}
listen [::]:{* port *} ssl {% if ssl.enable_http2 then %} http2 {%
end %} {% if enable_reuseport then %} reuseport {% end %};
{% end %}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]