Servers that support TLS 1.0 or TLS 1.1 are now capped to B grade by SSL Labs. For this reason we disable our SSL Labs monitoring check for generation 5 servers. If you still want an A+ rating, you can force the exclusive use of TLS 1.2 in the servers cutstom json or switch to a newer server generation.
{
"website::ssl_protocols": "TLSv1.2"
}
Closes #754