Solved linux-c6-base No Trusted Certificate Authorities

I've recently setup a jail with 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 wgetfrom 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.
 
Found the fix.

I had to exit the linux compatibility layer and install the ca_root_nss package in the jail.
 
Back
Top