Skip to main content

Network and proxy settings

The shared proxy configuration is read by HTTP/email consumers that opt into it. A saved proxy is not proof that every Transport uses it; verify the concrete module and runtime path.

PropertyType/defaultEffect and conditions
ProxyEnabledBoolean / false field defaultEnables proxy use for consumers that read General Setup
ProxyHoststring / emptyProxy hostname
ProxyPortinteger / 0Proxy port; must be valid when enabled
ProxyAuthTypeenum / noneReviewed selection handles none, basic and Windows authentication
ProxyUsernamestring / emptyUser for authenticated proxy
ProxyPasswordencrypted persisted string / emptyProxy secret
ProxyDomainstring / emptyDomain for Windows/NTLM-style authentication
ProxyAddressderived host:portConvenience value derived from host/port

Validation

  1. Confirm whether the target concrete Transport/consumer reads the shared proxy.
  2. Test DNS, TCP and proxy authentication under the runtime service identity.
  3. Use a controlled endpoint and inspect the HTTP/Transport log without enabling sensitive body/header logging unnecessarily.
  4. Verify bypass/direct-connect expectations outside Velox; no universal bypass list is documented in the reviewed setup fields.

Do not copy a user's interactive proxy credentials into a service configuration. Use a purpose-approved identity and protect the encrypted configuration and logs.