Immediately after installation from curl, I try to install a model:
$ lms get qwen/qwen3-4b-2507
⠦ qwen/qwen3-4b-2507 - Resolving...
⠙ Resolving download plan...
Error: Failed to resolve artifact "qwen/qwen3-4b-2507": Network connection failed
The system is running behind ZScaler, though I have the root certificate setup in the system. How to tell lms to load the system's root CA certificate?
The system really has access to the Internet just fine.
$ ping google.com
PING google.com (142.250.139.138) 56(84) bytes of data.
64 bytes from lcyyzb-in-f138.1e100.net (142.250.139.138): icmp_seq=1 ttl=64 time=1.81 ms
64 bytes from lcyyzb-in-f138.1e100.net (142.250.139.138): icmp_seq=2 ttl=64 time=1.99 ms
64 bytes from lcyyzb-in-f138.1e100.net (142.250.139.138): icmp_seq=3 ttl=64 time=1.54 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 1.535/1.779/1.993/0.188 ms
Immediately after installation from
curl, I try to install a model:The system is running behind ZScaler, though I have the root certificate setup in the system. How to tell
lmsto load the system's root CA certificate?The system really has access to the Internet just fine.