TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:http_proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cli:http_proxy [2017/06/06 23:24] – created Gerard Nicolcli:http_proxy [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Command Line HTTP Proxy Setup ====== ====== Command Line HTTP Proxy Setup ======
 +
 +TapeTrack Command Line programs can be configured to send requests via a HTTP Proxy through the use of the [[variable:tmssserverproxy|TMSSSERVERPROXY]] environmental variable.
 +
 +Support for HTTP tunneling includes support for basic HTTP authentication. Support for Kerberos authentication is not currently supported.
 +
 +<note tip>When troubleshooting HTTP Proxy connections, you should consider using the [[variable:tmssapilogdir|TMSSAPLILOGDIR]] environmental variable.</note>
 +
 +<code>
 +C:\Users\jsmith\Desktop>set TMSSSERVERPROXY=192.168.1.8:3128
 +
 +C:\Users\jsmith\Desktop>set TMSSAPILOGDIR=C:\Users\jsmith.GAZILLABYTE\Desktop
 +
 +C:\Users\jsmith\Desktop>TMSS10Ping -P 443 databank.tapetrack.com
 +44 bytes from 192.168.1.8: seq=1 time=371.00 ms
 +44 bytes from 192.168.1.8: seq=2 time=308.00 ms
 +44 bytes from 192.168.1.8: seq=3 time=292.00 ms
 +44 bytes from 192.168.1.8: seq=4 time=321.00 ms
 +
 +--- databank.tapetrack.com TMSS10Ping statistics ---
 +4 packets transmitted
 +round-trip min/avg/max = 0.00/323.00/371.00 ms
 +</code>
 +
 +<code>
 +19:12:28: TMSS10API_Init (API Version=Feb  2 2017 10:18:50)
 +19:12:28: TMSS10API_ConnectViaProxy
 +ESPTCPClient_ConnectViaProxy: CONNECT databank.tapetrack.com:443 HTTP/1.0
 +
 +host: databank.tapetrack.com:443
 +
 +ESPTCPClient_ConnectViaProxy: HTTP/1.1 200 Connection established
 +19:12:28: TMSS10API_ConnectViaProxy: Connection to server (192.168.1.8) successful
 +19:12:28: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0)
 +19:12:29: TMSS10API_Send: RC(Request OK) Feedback(0) MilliSecs(0) Avail(0) Count(0) Length(0)
 +19:12:29: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0)
 +19:12:29: TMSS10API_Send: RC(Request OK) Feedback(0) MilliSecs(0) Avail(0) Count(0) Length(0)
 +19:12:29: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0)
 +19:12:29: TMSS10API_Send: RC(Request OK) Feedback(0) MilliSecs(0) Avail(0) Count(0) Length(0)
 +19:12:29: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0)
 +19:12:29: TMSS10API_Send: RC(Request OK) Feedback(0) MilliSecs(0) Avail(0) Count(0) Length(0)
 +19:12:29: TMSS10API_Term
 +</code>
  
cli/http_proxy.1496791468.txt.gz · Last modified: 2025/01/21 22:07 (external edit)