Brand new image for an OrangePi Zero. All initial updates are fine. Headless, access by SSH, running as wired network only.
Installing PiHole from DietPi-Software results in this error:
Code: Select all
Unable to Install Pi-hole: block adverts for any device on your network http://install.pi-hole.net is offline and/or unreachable.
I am also getting the same problem with PiVPN.
(edit 2)
I tried to simply pull in the install files with curl and I get this error message. Likely to be the problem but not idea how to fix it (I'll keep looking)!
Code: Select all
root@DietPi:~# curl -L https://install.pivpn.io
curl: (60) SSL certificate problem: certificate is not yet valid
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.