What Joanna - and the lot that do not understand protocols - can do is set up a reverse proxy, written in fpc of course, using e.g. a recent version of fcl-net, that provides the more modern crypto and forwards it locally through, encrypted with a deprecated protocol. If one wants to do that is a dubious question, but that would work
Alas.. And it is not easy, because you need to handle two different (versions) crypto libs.
You will need a current (trunk) version of fcl-net. And - in this case - requires the modern cryptolibs installed in the directory of the reverse proxy. (which I told everyone to never do, but this is an emergency, it seems...
) This works, because the old browser will pick up its own deprecated versions of the crypto libs.
Plz note that fcl-net versions before fpc 3.0.4 handled handshakes in the wrong order, but that is fixed after a bug report by me.