Products | Versions |
---|---|
TIBCO Cloud | N/A |
This solution will help answer following questions:
../tibtunnel configure [--profile <profileName>] [(--basicauth [--user <userName> [--password <password>]]) | --accessKey <accessKeySecret>] |
NOTE:
|
For Linux: export HTTP_PROXY=http://http_proxy:port/ For Window: Set HTTP_PROXY=http://http_proxy:port/ |
For Linux: export HTTPS_PROXY=http://http_proxy:port/ For Window: Set HTTPS_PROXY=http://http_proxy:port/ |
./tibtunnel connect [--profile <profileName>] -s <spec> [-s <spec> ...] <ConnectURL>
|
On the above command, the on-premise resources that are to be exposed to the application containers running in TIBCO Cloud are listed as “specifications" or “specs” in the following format:
-s <containerPort>:<onPremiseHost>:<onPremisePort>
|
This means that on-premise resource at<onPremiseHost>:<onPremisePort>
will be reachable from the application container as<onPremiseHost>:<containerPort>
. Most of the time theonPremisePort
andcontainerPort
will be the same (e.g.443:jira.tibco.com:443
). However, if the on-premise port is not available in the container (e.g. the application is using that port), the port can be re-mapped to a different port.