We have a system where we have an old client problem written in Visual C++ 2008 that reads data from our web server via https. We recently upgraded our web server and installed the latest version of certbot.
The old server was using certbot 0.31.0
The new server is using certbot 2.6.0
As soon as our certificates were renewed a number of users who are still running the 32 bit version of windows 7 could no longer connect to our server.
My question is, is there a way to get the new version of certbot to generate its SSL in a way that is compatible with the older version.
Also, check that Certbot created an RSA cert. The default changed in 2.0 but it should have retained the type but that was a big jump in versions so maybe something went wrong.
You could stick a proxy in between them and serve whatever "weak" cipher is needed to make that old app connect.
[without weakening the entire server to the Internet]
I agree that using windows 7 is asking for trouble but its not my call, the members use what they want.
I just tried generating with RSA and did not fix the problem.
The site is https://www.fsairlines.net
BTW, its not a 32bit issue as a member who using win7/64 is also having the problem.
I have setup a relay machine on an instance that is still running the same old OS as the previous server so that it will proxy pass into the main server, and from what reports I have seen that does work.
The reason I believe it is a cert issue is that when we moved to the new system, I copied all the files over, including the old generated certs and everything was working, that was on Sept 3. On Sept 26 the cron job triggered that renewed the certificates and that is when the problems started.
When I started building the new server I got the latest version, that would have been August 4. No real changes system wise after it went live on the 3rd..