A few weeks ago (Sept 2021), LetsEncrypt changed how their certificates were signed, which can affect some older programmes and clients. I have a standard Apache webserver (stock v2.4.41 from ubuntu 20.04 apt) with several letsencrypt certs.
Some people are reporting getting invalid ssl certs from me when using standard unix tools like wget. I think the problem is that their wget can't support this new LE certs.
How can I (& the users) find out if the problem really is with them? Is there some wget
command that my users can run that will tell me if their version of wget doesn't support these new certs? What command can I give them to run so that they (& I) can detect if the problem is with them, not me?