If your Zylon installation is running in a LAN network that requires a proxy for internet access, follow these steps to configure the proxy settings.Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Determine your proxy type
There are two types of proxies:SSL Inspection Proxy:Look at the output:
- Intercepts and inspects HTTPS traffic
- Decrypts traffic using its own SSL certificate, then re-encrypts it
- Allows deep packet inspection and content filtering
- Forwards HTTPS traffic without inspecting it
- Does not modify SSL/TLS certificates
- Acts as a simple pass-through for encrypted connections
your-proxy-address:port with your proxy details:- If you get an SSL error, you have an SSL inspection proxy
- If the command succeeds, check the
issuerfield:- If the issuer is a public certificate authority (DigiCert, Let’s Encrypt, etc.), you have a transparent proxy
- If the issuer is your organization’s internal CA or proxy server name, you have an SSL inspection proxy
Configure the proxy settings
Edit
/etc/zylon/zylon-conf.yaml based on your proxy type:- SSL Inspection Proxy
- Transparent Proxy