Both sites were having problem. We finally pin pointed that both are using lets encrypt. Then we tried https://ping.eu, it was also showing same problem as it is also using lets encrypt.
Browser tried: chrome, microsoft edge , mozilla [ in some pc it is working ok, in some even mozilla is also not working].
What do we do to solve this issue ??
Hosting provider is:: hostgator
Windows - 7, 2003 server
Trying installing the ISRG Root X1 certificate on a test machine to see if that helps:
browse to http://x1.i.lencr.org/ in order to download the .cer file for ISRG Root X1 (your browser may warn about the file type and you may need to click "Keep" to save the file)
The two sites mentioned resolve to different IPs and have two valid certs but each is using a different valid LE trust path.
---
Certificate chain
0 s:CN = noproxy.in
i:C = US, O = Let's Encrypt, CN = R3
1 s:C = US, O = Let's Encrypt, CN = R3
i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
2 s:C = US, O = Internet Security Research Group, CN = ISRG Root X1
i:O = Digital Signature Trust Co., CN = DST Root CA X3
---
---
Certificate chain
0 s:CN = cpcontacts.qorder.co
i:C = US, O = Let's Encrypt, CN = R3
1 s:C = US, O = Let's Encrypt, CN = R3
i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
---
If there are clients that can't see either of those two sites, then they surely need the "ISRG Root X1" cert added to their trust store.
Follow the instructions provided by @webprofusion above to do so.
I'm assuming you are the IT administrator for a collection of IT systems. If you run 'certlm.msc' on your Windows 10 machine you will see the Windows certificate management UI.
You will see there is a section called Trusted Root Certification Authorities:
All of these are the "root certificates" your operating system trust. Each certificate authority has one or more root certificates it uses to issue trusted certificates. These certificates (for a website etc) are only trusted by systems which also know about the same "root certificate".
When your operating system trust store is out of date, it will gradually start to no trust various websites.
Your trust store is now out of date and needs to be updated with the latest root certificates.
If that is having a web client problem, I would try manually adding LE root certs.
If that is having a web serving problem, I would think it follows other IIS solutions posted in this forum.