Hi,
since 20210924-070000 there seems to be a problem with your servers certificate.
curl https://status.ocr.space
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https:// curl.haxx.se/ docs/ sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.
wget some_address_as_above
–2021-09-24 16:54:03–
https://status.ocr.space/ Resolving
status.ocr.space (status.ocr.space)… 140.82.63.111 Connecting to
status.ocr.space (status.ocr.space)|140.82.63.111|:443… connected.
ERROR: cannot verify status.ocr.space’s certificate, issued by “CN=R3,O=Let’s Encrypt,C=US”: Unable to locally verify the issuer’s authority. To connect to status.ocr.space insecurely, use `–no-check-certificate’.
An update of the local certificates
sudo update-ca-certificates -f -v
didn’t help
tested on Linux uschaurischuum
5.4.0-86-generic #97~18.04.1-Ubuntu SMP Sat Sep 18 03:11:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
and
Linux jim 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
any ideas?
Thanks for your help.
Best regards, Man