I've recently setup a jail with
Why do all certificates fail? The
iocage
. Within this jail I followed the documentation for installing the linux-c6-base package for the linux binary compatibility layer. Whenever I try to run wget
from within this layer of compatibility I get the following:
Code:
#/compat/linux/bin/bash
bash-4.1# wget https://google.com/index.php
Connecting to google.com|172.217.6.14|:443... connected.
ERROR: cannot verify google.com's certificate, issued by 'CN=Google Internet Authority G2,O=Google Inc,C=US':
Unable to locally verify the issuer's authority.
To connect to google.com insecurely, use `--no-check-certificate'.
Why do all certificates fail? The
date
command shows the proper day and time.