When doing a wget on a file we received the following error:
ERROR: certificate common name *.github.com@github.com
To fix this we downloaded without checking the certificate
Add the following parameters to the wget command:
–no-check-certificate
Leave a Reply
You must be logged in to post a comment.