upcp is failing and when I ran it manually I was able to track it back to /scripts/updatesigningkey. When I ran it manually, this is what i got:
I am able to access https://securedownloads.cpanel.net/cPanelPublicKey.asc in my browser manually, and see that the certificate doesn't expire until 2021, how do I get the server to see that? I've rebooted the server and no dice.
Code:
[[email protected] ~]# /scripts/updatesigningkey
warn [updatesigningkey] Unable to download public key from vendor: cpanel, category: release, url: https://securedownloads.cpanel.net/cPanelPublicKey.asc
info [updatesigningkey] Error encountered while running 'wget' command.
--2020-05-30 10:12:38-- https://securedownloads.cpanel.net/cPanelPublicKey.asc
Resolving securedownloads.cpanel.net (securedownloads.cpanel.net)... 208.74.121.38
Connecting to securedownloads.cpanel.net (securedownloads.cpanel.net)|208.74.121.38|:443... connected.
ERROR: cannot verify securedownloads.cpanel.net's certificate, issued by '/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA':
Issued certificate has expired.
To connect to securedownloads.cpanel.net insecurely, use `--no-check-certificate'.
warn [updatesigningkey] Unable to download public key from vendor: cpanel, category: development, url: https://securedownloads.cpanel.net/cPanelDevelopmentKey.asc
info [updatesigningkey] Error encountered while running 'wget' command.
--2020-05-30 10:12:38-- https://securedownloads.cpanel.net/cPanelDevelopmentKey.asc
Resolving securedownloads.cpanel.net (securedownloads.cpanel.net)... 208.74.121.38
Connecting to securedownloads.cpanel.net (securedownloads.cpanel.net)|208.74.121.38|:443... connected.
ERROR: cannot verify securedownloads.cpanel.net's certificate, issued by '/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA':
Issued certificate has expired.
To connect to securedownloads.cpanel.net insecurely, use `--no-check-certificate'.
warn [updatesigningkey] Failed to download all specified public keys.