Home > database >  nginx disable tls v1.0 & v1.1 not working
nginx disable tls v1.0 & v1.1 not working

Time:05-31

I am trying to disable tls v1.0 and tls v1.1 on my websever through nginx but when I test tls using enabled tls

Any suggestion would be really helpful

CodePudding user response:

I found that there was an AWS Web Application Firewall running in front of nginx web server. Removing TLS v1.0, v1.1 from there fixed the issue.

  • Related