The New LucidLink Client supports the following HTTP proxy options. In conjunction, calls to endpoints from the LucidLink client application now use FQDN, which allows either FQDN or IP whitelisting on your proxy server.
Automatically detected
- OS proxy configuration
- PAC (Proxy Auto-Configuration) file and WPAD
When the proxy is configured using the methods above, you can use either an IP address or a hostname.
Manually specified
- The
lucidcommand override with the--proxyoption from the CLI:
--proxy arg Specify a proxy server to tunnel all communication. Use the following format: [protocol://][user:password@]proxyhost[:port]. Supported protocols: http. Not applicable for Azure object storage.
Note: Currently, only an IP address is supported when specifying the --proxy argument via CLI. Proxy by Hostname is only supported with proxy auto-detection.