I successfully installed foundry, however when downloading models it fails with a SSL exception.
We have a Zscaler proxy in place in our company so I added the Zscaler root and intermediate certificate to the windows cert store via certlm.msc
Local Machine → Trusted Root Certification Authorities
Local Machine → Intermediate Certification Authorities
I also have ollama running (in parallel) and downloading models there works (I have set also the following env)
REQUESTS_CA_BUNDLE=C:\Users\merklbe1\certificates\cacert.pem
SSL_CERT_FILE=C:\Users\merklbe1\certificates\cacert.pem
HTTP_PROXY and HTTPS_PROXY are also set.
Can you please advise if i should check additional settings or communication ways.
curl works ok and also foundry model list
I append the console output and have also create a service diag file which i attach
thanks for your help
[foundry.20251124.003417.zip](https://github.com/user-attachments/files/23699624/foundry.20251124.003417.zip)