Raffi I'm not the author of the first message, and I don't know where to find the file you suggest. In the website conf I have already this only (and TLS 1.1 is still active)
Raffi I have also tried to set value to ssl_protocols TLSv1.3; and stp/restarted NGNIX I'm still getting :
Raffi I also have checked from my domain conf file here /www/server/panel/vhost/nginx (that's the same)
Raffi aaPanel_Kern It’s worst than everything in my case ! It’s says all TLS are enabled 🙁 Do you allow me to private message you my domain ?
aaPanel_Kern Raffi Try to delete all TLSV1.1 configurations of the site. Restart nginx again, and continue to check after a while cd /www/server/panel/vhost cp -arpf nginx nginx_bak cd nginx sed -i 's/TLSv1.1//g' *.conf
Raffi aaPanel_Kern Great thanks !!!!! it worked as expected ! All my domains are now A+ and on your tool too
aaPanel_Kern Hello, it is recommended to make a backup of the server before operating apache prohibit-TLSv1.1 cd /www/server/panel/vhost/ cp -arpf apache apache_bak cd apache sed -i 's/-TLSv1$/-TLSv1 -TLSv1.1/g' *.conf aaP_odiditech
informatiq It seems that with Nginx at least you basically need to disable it for all your websites. It will not work if it is enabled for one and not for rest.