Hello
I’m doing the new Rancher academy course.
So far so good, but I’m locked on an ssl part and the videos seem to be missing out on the ssl part.
They are showing to add cert manager and install cert manager in namespace
then install rancher with a temp fqdn pointing to
something.127.0.0.1.sslip.io
And then it just jumps further, no guidelines on how to handle the SSL cert for that url.
In the browser it works by accepting the insecure connection, but a few lessons further it’s talking about using rancher CLI and this is locking up and --skip-verify is not working.
command: rancher login <https://something.127.0.0.1.sslip.io> --token token-xxxxxx --skip-verify
output: FATA[0000] Get "<https://something.127.0.0.1.sslip.io/v3>": x509: "<http://something.127.0.0.1.sslip.io|something.127.0.0.1.sslip.io>" certificate is not trusted
So what next?