Force an old version of TLS
If you -for whatever reason- need to force the old TLS-1.0, you can put the folllowing line en the Apache’s /etc/apache2/mods-enabled/ssl.conf
file.
SSLProtocol All -TLSv1.1 -TLSv1.2
Note: TLS-1.0 is broken and is considered insecure. This version of the protocol …