# Proxy Server Support
The on-prem agent can be run in the environment with limited internet connectivity by using a proxy server. Proxy settings are defined by adding a proxy
section to the configuration file:
proxy:
host: 192.168.1.1
port: 8080
username: proxy_user
password: proxy_password
database:
...
jms:
...
In this setup, username and password are optional.
Using a proxy server for establishing a secure tunnel requires support for CONNECT (opens new window) feature; make sure the proxy server is configured to allow CONNECT
requests to the Workato gateway (sg1.workato.com
and sg2.workato.com
).
Didn’t find what you are looking for?