Both workarounds tested out okay and my script is working again.
Thanks!
Jim Unroe wrote on 12/26/2017 01:15 PM:
Here is an option that worked for me.
wget --no-check-certificate
https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20171204-win...
Jim KC9HI
iain macdonnell - N6ML wrote on 12/26/2017 01:02 PM:
Actually, better workaround, without the security concern would be:
# do this once, and store it somewhere wget https://letsencrypt.org/certs/letsencryptauthorityx3.pem.txt
# then... wget --ca-certificate=letsencryptauthorityx3.pem.txt -nc https://trac.chirp.danplanet.com/chirp_daily/LATEST
73,
~iain / N6ML
iain macdonnell - N6ML wrote on 12/26/2017 12:26 PM:
Looks like it's using a free cert from "Let's Encrypt", and may not be setup quite right (it doesn't appear to be supplying the intermediate CA cert). If you're not worried about security (e.g. someone trying to pretend to be danplanet.com and offer you a trojan horse), you could add "--no-check-certificate" to your wget command to work around this...
73,
~iain / N6ML