b
Error :
f
The error message claims that there is no internet connection. Are you sure you can connect to external servers (GitHub in this case)? Do you use any complex setup using proxies and/or VPN?
w
i see a TLS breakdown so the fetch likely is going through a MITM proxy with interception so the Cert trust is broken.
Now RD i thought copied over all CA certs from keychain so not quite sure why there would be a trust breakdown.
rdctl shell
and doing some
curl -vvv <https://github.com>
might shed some light
f
The download of
k3s
happens on the host, not inside the VM
👍 1
w
maybe a NODE_EXTRA_CA_CERTS situation? I know our custom CA causes me plenty of heartache in node and electron. i try to avoid disabling TLS completely
f
idk, how does the regular browser work if the MitM CA is not installed on the host?
w
reg browser works fine in checking w keychain and/or using NSURL SDK for trust
not sure if native-certs is in the mix
f
@proud-jewelry-46860 Do you know if we are using
node-fetch
here and need to add extra certs?