ZCS 4.5 HTTP Proxy Guide: Difference between revisions

(Adding 4.5 Template)
m (HttpProxy moved to ZCS 4.5 HTTP Proxy Guide: Creating more descriptive title)
(No difference)

Revision as of 23:07, 19 September 2008

ZCS 4.5 Article ZCS 4.5


Using an HTTP Proxy for requests outbound from the Zimbra Server

This page describes how to use an http proxy for web services requests made FROM you zimbra webmail server.

This is described in [bug 5615]

To accomplish this, you'll set the zimbraHttpProxyURL attribute; it can be set either globally

zmprov mcf zimbraHttpProxyURL URL

or per-server.

zmprov ms SERVERNAME zimbraHttpProxyURL URL

the URL is normally just that:

 http://proxyhost:proxyport

the URL can contain authentication information, optionally

http://user:pass@proxyhost:proxyport


Once set, restart tomcat:

 tomcat start
Jump to: navigation, search