ZCS 4.5 HTTP Proxy Guide: Difference between revisions

No edit summary
 
No edit summary
Line 2: Line 2:
This page describes how to use an http proxy for web services requests made FROM you zimbra webmail server.   
This page describes how to use an http proxy for web services requests made FROM you zimbra webmail server.   


This is described in [[http://bugzilla.zimbra.com/show_bug.cgi?id=5615|bug 5615]]
This is described in [[http://bugzilla.zimbra.com/show_bug.cgi?id=5615 bug 5615]]


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

Revision as of 04:47, 15 February 2007

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