You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed apisix-2.15.0 using helm in my self built K8S.
There is a setting in the configuration file for sslsprotocols TLSv1.2 TLSv1.3; And you can see corresponding configuration lines in the config. yaml of each pod.
But my website still supports TLSv1.0 and TLSv1.1, and there are no other load balancing or similar devices on the website.
How can I turn off support for TLSv1.0 and TLSv1.1?
Description
I installed apisix-2.15.0 using helm in my self built K8S.
There is a setting in the configuration file for sslsprotocols TLSv1.2 TLSv1.3; And you can see corresponding configuration lines in the config. yaml of each pod.
But my website still supports TLSv1.0 and TLSv1.1, and there are no other load balancing or similar devices on the website.
How can I turn off support for TLSv1.0 and TLSv1.1?
server {
listen 0.0.0.0:80 default_server reuseport;
listen [::]:80 default_server reuseport;
listen 0.0.0.0:9443 ssl default_server http2 reuseport;
listen [::]:9443 ssl default_server http2 reuseport;
listen 0.0.0.0:443 ssl default_server http2 reuseport;
listen [::]:443 ssl default_server http2 reuseport;
Environment
apisix version
):2.15.0uname -a
):Linux apisix-skh6n 3.10.0-1160.71.1.el7.x86_64 change: added doc of how to load plugin. #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64 Linuxopenresty -V
ornginx -V
):openresty/1.21.4.1curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: