Legacy certificates in Windows 11
Our customer has an installation of about 70 wcf services running sslStreamSecurity sslProtocols="Ssl3" on operating systems W2012 to W2022. He also has about 300 wpf clients connecting to these services.
In addition, the certificates used in the system have md5 algorithm.
Everything works over a private network, so the privacy of communications is not the most important thing.
Neither Ssl3.0 nor md5 works on Windows 11 and it is a big problem. We don't know how to deal with the upgrade of the operating systems.
Is there any way to force Windows 11 to use Ssl3 and md5 certificates?
If not, how can I organize the migration to make all the changes without downtime?