How to use TIBCO Cloud tibcli and Proxy Agent(tibtunnel) with proxy setting ?
book
Article ID: KB0074017
calendar_today
Updated On:
Description
TIBCO Cloud command-line utility tibcli and ProxyAgent(tibtunnel) support connections over a proxy. Supported connections to the proxy are HTTP, HTTPS, or SOCKS5, and the proxy needs to proxy requests to TIBCO Cloud.
TIBCO Cloud utility tibcli, ProxyAgent (tibtunnel) support the following standard environment variables:
HTTP_PROXY
HTTPS_PROXY
NO_PROXY
Users will have to set an environment variable before starting tibcli and ProxyAgent(tibtunnel). For example :
| For Linux | For Windows |
HTTP Proxy | export HTTP_PROXY=http://http_proxy:port/ | Set HTTP_PROXY=http://http_proxy:port/ |
HTTPS Proxy | export HTTPS_PROXY=http://http_proxy:port/ | Set HTTPS_PROXY=http://http_proxy:port/ |
Issue/Introduction
How to use TIBCO Cloud tibcli and Proxy Agent with proxy setting ?
Feedback
thumb_up
Yes
thumb_down
No