# Proxy Server Support
You can run an on-prem agent in an 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, you can choose whether to provide the username and password; they are optional.
When you use a proxy server for establishing a secure tunnel, you must support the CONNECT (opens new window) feature. Ensure that you configure the proxy server to allow CONNECT requests to the Workato gateway, sg3.workato.com and sg4.workato.com.
Last updated: 11/2/2023, 4:48:16 AM