Hello everyone,
I've been using Let's Encrypt SSL certificates on my AWS EC2 instance running Ubuntu 18.04 with Apache2 for several years without any issues. Recently, after a routine certificate renewal, I encountered connection problems with some legacy devices, specifically USR3200 devices.
Before the renewal, the SSL certificate root was DST Root X3, and everything worked fine. However, after the renewal, the root changed to ISRG Root X1, causing SSL errors on the USR3200 devices, preventing them from connecting to the server's APIs.
As I cannot change the certificate on the USR3200 devices, I'm looking for guidance on how to resolve this issue on the server side, particularly with Apache2. Are there any configuration changes or adjustments I can make to accommodate the new certificate root without breaking compatibility with these legacy devices?
Any assistance or advice would be greatly appreciated.
Thank you.