tao12345666333 commented on code in PR #328:
URL: https://github.com/apache/apisix-helm-chart/pull/328#discussion_r951349812
##########
charts/apisix/values.yaml:
##########
@@ -142,6 +142,7 @@ gateway:
certCAFilename: ""
http2:
enabled: true
+ sslProtocols: "TLSv1.2 TLSv1.3"
Review Comment:
> Actually, I think we should drop the support of `TLSv1` and `TLSv1.1`,
since both of them are unsafe and deprecated.
I think it needs to be droped, but the behavior in the helm chart should be
consistent with APISIX. Are these protocols droped in APISIX?
--
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]