I am running FreeBSD 11.1-RELEASE-p6 in a FreeNAS iocage jail.
I am trying to use wget to download a file from my google docs account.
With the command wget "https://docs.google.com/xxxxxx" I get the following error:
When I use '--no-check-certificate', it downloads the file, but this does not seem like a good or secure option.
If there are any suggestions about how to correct the certificate verification issue, that would be appreciated.
Thanks.
I am trying to use wget to download a file from my google docs account.
With the command wget "https://docs.google.com/xxxxxx" I get the following error:
Code:
Connecting to docs.google.com (docs.google.com)|172.217.15.110|:443... connected
.
ERROR: cannot verify docs.google.com's certificate, issued by 'CN=Google Interne
t Authority G2,O=Google Inc,C=US':
Unable to locally verify the issuer's authority.
To connect to docs.google.com insecurely, use `--no-check-certificate'.
When I use '--no-check-certificate', it downloads the file, but this does not seem like a good or secure option.
If there are any suggestions about how to correct the certificate verification issue, that would be appreciated.
Thanks.