Configure the Presto Server to Work with a Proxy Server
Presto is only compatible with HTTP proxy servers.
If you have a proxy server in your environment that
Presto should use, you
must add configuration information to the
Presto Server for the proxy server. You can also define a
whitelist of addresses that do not require proxy server access. See
Define a Proxy Server Whitelist for
Presto for more information.
To configure a proxy server
1. Start the Presto Server.
2. Open Presto Hub at http://appl-server:port/presto.
3. Enter your Username and Password and click Login.
Initially, you can use the default administration account:
username =
Administrator password =
manage 4. Click Admin Console in the Presto Hub main menu. 5. In the Server section, click Proxy Settings.
6. Set the Enable Proxy option.
7. Set the following connection properties for your proxy server:
Host = the host name or IP address for the proxy server. This is required.
Port = the port number for the proxy server. This is required.
Username = the user name that the
Presto Server should use to connect to the proxy server. This is only required if your proxy server requires credentials.
Password = the password that the
Presto Server should use to connect to the proxy server. This is only required if your proxy server requires credentials.
9. Click Save proxy settings.