System: Ubuntu 22.04.3
Hello,
I've got a problem, connecting to servers like download.nextcloud.com or using certbot to request certificates. It seams like ‘CN=R3,O=Let's Encrypt,C=US’ not longer valid.
Here are some errors I get:
Downoad with wget:
Resolving download.nextcloud.com (download.nextcloud.com)... 95.217.64.181, 2a01:4f9:2a:3119::181
Connecting to download.nextcloud.com (download.nextcloud.com)|95.217.64.181|:443... connected.
ERROR: cannot verify download.nextcloud.com's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
Issued certificate not yet valid.
To connect to download.nextcloud.com insecurely, use `--no-check-certificate'.
certbot:
An unexpected error occurred:
requests.exceptions.SSLError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError(SSLCertVerificationError(1,
'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1007)')))
I tried to update reinstall certbot, removed certbot, disabled ipv6.
I've got no idea what to do.
Thanks a lot for help,
Sebastian