tzssangglass commented on issue #8126:
URL: https://github.com/apache/apisix/issues/8126#issuecomment-1286418483
> Some of `TLSv1 TLSv1.1 TLSv1.2` have Security vulnerabilities, so my
upstream cancel some of them.
try to add
```yaml
nginx_config:
http_server_location_configuration_snippet: |
proxy_ssl_protocols TLSv1.2 TLSv1.3;
```
to `config.yaml`, `proxy_ssl_protocols` used to specified protocols for
handshake with upstream, ref:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_protocols
--
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]