How to use TIBCO Cloud tibcli and Proxy Agent(tibtunnel) with proxy setting ?

How to use TIBCO Cloud tibcli and Proxy Agent(tibtunnel) with proxy setting ?

book

Article ID: KB0074017

calendar_today

Updated On:

Products Versions
TIBCO Cloud -

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 LinuxFor Windows
HTTP Proxyexport 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/


 

Environment

TIBCO Cloud

Issue/Introduction

How to use TIBCO Cloud tibcli and Proxy Agent with proxy setting ?