What the issue means
Outdated TLS support means your server allows older protocol versions such as TLS 1.0 or TLS 1.1.
Security fix guide
Outdated TLS support means your server allows older protocol versions such as TLS 1.0 or TLS 1.1.
Run Full Website Security ScanOutdated TLS support means your server allows older protocol versions such as TLS 1.0 or TLS 1.1.
Modern TLS configuration reduces downgrade risk and aligns with current browser and compliance expectations.
Run a TLS checker or inspect server configuration for enabled protocols.
Disable TLS 1.0 and TLS 1.1, prefer TLS 1.2 and TLS 1.3, and use modern cipher suites.
ssl_protocols TLSv1.2 TLSv1.3;SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1Set the minimum TLS version to TLS 1.2 or higher in SSL/TLS settings.