I am trying to disable tls v1.0 and tls v1.1 on my websever through nginx but when I test tls using
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.