2021-03-10 13:45:42,039 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2021-03-10 13:45:42,101 INFO [main] LocalTunnelServiceServerConfiguration - allowedOrigins=https://quickconnect.ra.netbiter.net,https://www.netbiter.net (Comma-separated list of URLs which should be allowed by the CrossOriginFilter) 2021-03-10 13:45:42,101 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 13:45:42,101 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2021-03-10 13:45:42,101 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - defaultBindHost=127.0.0.1 (Default host to bind listening sockets to. Use "0.0.0.0" or "::" not to bind to any specific host.) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - openVirtualSerialPortCommand=cscript {script} {host} {port} {bind_serial_port} {serial_protocol_type} (Configures command to connect a virtual serial port to a server socket.) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 13:45:42,102 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - serialPortProperties=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/serialports.properties (Configuration file that maps serial ports and protocol on netbiter to socket port. Typical config line is: serialport.rs232.telnet=2000) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2021-03-10 13:45:42,103 INFO [main] LocalTunnelServiceServerConfiguration - tapLaunchCommand="openvpn/bin/openvpn.exe" --dev tap --dev-node {tapDevNode} --remote 127.0.0.1 {vpnPort} --proto tcp-client --secret {vpnKeyFile} --ifconfig {localIP} {netmask} --ifconfig-nowarn (Command to start a VPN tap interface.) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2021-03-10 13:45:42,104 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2021-03-10 13:45:42,108 INFO [main] ProxyManager - Applying proxy configuration from file 2021-03-10 13:45:42,109 INFO [main] ProxyManager - File doesn't exist, using defaults 2021-03-10 13:45:42,109 INFO [main] ProxyManager - Applying system default proxy settings 2021-03-10 13:45:43,619 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2021-03-10 13:45:43,621 INFO [main] ProxyManager - Not applying empty or partial credentials 2021-03-10 13:45:43,785 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 13:45:43,785 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2021-03-10 13:45:43,785 INFO [main] BrowserTunnelListenerConfiguration - browserOptions= --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 (Command executed to launch browser) 2021-03-10 13:45:43,785 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2021-03-10 13:45:43,786 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2021-03-10 13:45:44,089 INFO [main] Server - jetty-8.1.9.v20130131 2021-03-10 13:45:44,302 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2021-03-10 13:45:44,531 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2021-03-10 13:45:44,531 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2021-03-10 13:45:44,948 INFO [main] BrowserTunnelListener - Starting browser using command: "browser/chrome.exe" --no-proxy-server --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="C:\Users\bob.good\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2021-03-10 13:45:46,704 INFO [qtp11440528-32] MainResource - GET: / 2021-03-10 13:45:46,913 INFO [qtp11440528-28] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2021-03-10 13:45:47,842 INFO [qtp11440528-28] MainResource - Response: 200 2021-03-10 13:45:47,842 INFO [qtp11440528-28] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2021-03-10 13:46:20,975 INFO [qtp11440528-33] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 13:46:20,984 INFO [qtp11440528-33] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148402505&id=PhoenixAir&secret=db2d9fbd56563f46548cb0c251b19a02". 2021-03-10 13:46:21,097 INFO [qtp11440528-33] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 13:46:36,485 INFO [qtp26137143-17] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t148402505 2021-03-10 13:46:36,486 INFO [t148402505] LocalTunnelListener - Tunnel established 2021-03-10 13:52:53,167 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2021-03-10 13:52:53,168 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2021-03-10 13:52:53,169 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2021-03-10 13:52:54,208 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2021-03-10 13:52:54,260 INFO [Thread-12] ShutdownThread - shutdown already commenced 2021-03-10 13:52:54,260 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2021-03-10 14:05:16,555 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2021-03-10 14:05:16,622 INFO [main] LocalTunnelServiceServerConfiguration - allowedOrigins=https://quickconnect.ra.netbiter.net,https://www.netbiter.net (Comma-separated list of URLs which should be allowed by the CrossOriginFilter) 2021-03-10 14:05:16,622 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 14:05:16,622 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2021-03-10 14:05:16,622 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2021-03-10 14:05:16,622 INFO [main] LocalTunnelServiceServerConfiguration - defaultBindHost=127.0.0.1 (Default host to bind listening sockets to. Use "0.0.0.0" or "::" not to bind to any specific host.) 2021-03-10 14:05:16,623 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2021-03-10 14:05:16,623 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2021-03-10 14:05:16,623 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 14:05:16,623 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 14:05:16,623 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2021-03-10 14:05:16,623 INFO [main] LocalTunnelServiceServerConfiguration - openVirtualSerialPortCommand=cscript {script} {host} {port} {bind_serial_port} {serial_protocol_type} (Configures command to connect a virtual serial port to a server socket.) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - serialPortProperties=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/serialports.properties (Configuration file that maps serial ports and protocol on netbiter to socket port. Typical config line is: serialport.rs232.telnet=2000) 2021-03-10 14:05:16,624 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - tapLaunchCommand="openvpn/bin/openvpn.exe" --dev tap --dev-node {tapDevNode} --remote 127.0.0.1 {vpnPort} --proto tcp-client --secret {vpnKeyFile} --ifconfig {localIP} {netmask} --ifconfig-nowarn (Command to start a VPN tap interface.) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 14:05:16,625 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 14:05:16,626 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 14:05:16,626 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2021-03-10 14:05:16,626 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2021-03-10 14:05:16,626 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2021-03-10 14:05:16,634 INFO [main] ProxyManager - Applying proxy configuration from file 2021-03-10 14:05:16,635 INFO [main] ProxyManager - File doesn't exist, using defaults 2021-03-10 14:05:16,636 INFO [main] ProxyManager - Applying system default proxy settings 2021-03-10 14:05:18,279 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2021-03-10 14:05:18,282 INFO [main] ProxyManager - Not applying empty or partial credentials 2021-03-10 14:05:18,589 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 14:05:18,589 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2021-03-10 14:05:18,589 INFO [main] BrowserTunnelListenerConfiguration - browserOptions= --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 (Command executed to launch browser) 2021-03-10 14:05:18,589 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2021-03-10 14:05:18,589 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 14:05:18,589 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 14:05:18,590 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 14:05:18,591 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2021-03-10 14:05:18,591 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2021-03-10 14:05:19,001 INFO [main] Server - jetty-8.1.9.v20130131 2021-03-10 14:05:19,222 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2021-03-10 14:05:19,546 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2021-03-10 14:05:19,546 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2021-03-10 14:05:20,193 INFO [main] BrowserTunnelListener - Starting browser using command: "browser/chrome.exe" --no-proxy-server --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="C:\Users\bob.good\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2021-03-10 14:05:23,372 INFO [qtp11440528-29] MainResource - GET: / 2021-03-10 14:05:23,731 INFO [qtp11440528-32] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2021-03-10 14:05:24,607 INFO [qtp11440528-32] MainResource - Response: 200 2021-03-10 14:05:24,608 INFO [qtp11440528-32] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2021-03-10 14:05:38,414 INFO [qtp11440528-29] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 14:05:38,428 INFO [qtp11440528-29] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148402506&id=PhoenixAir&secret=1494f46c2f4b617e439011cbbde7d4e0". 2021-03-10 14:05:38,525 INFO [qtp11440528-29] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 14:05:53,419 INFO [qtp26137143-18] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t148402506 2021-03-10 14:05:53,419 INFO [t148402506] LocalTunnelListener - Tunnel established 2021-03-10 14:10:22,767 INFO [t148402506] LocalTunnelSegment - Channels and factories closed 2021-03-10 14:10:22,768 INFO [t148402506] LocalTunnelListener - Tunnel disconnected, reason: OK 2021-03-10 14:10:22,782 INFO [t148402506] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2021-03-10 14:10:25,263 INFO [qtp11440528-31] BasicTunnelClientApplicationService - Closing tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 14:10:25,263 INFO [qtp11440528-31] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 14:10:25,263 INFO [qtp11440528-31] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148402507&id=PhoenixAir&secret=d5e48b2737370368dbb816dc4321f6c". 2021-03-10 14:10:25,345 INFO [qtp11440528-31] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 14:10:41,006 INFO [qtp26137143-18] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t148402507 2021-03-10 14:10:41,006 INFO [t148402507] LocalTunnelListener - Tunnel established 2021-03-10 14:15:37,698 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2021-03-10 14:15:37,699 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2021-03-10 14:15:37,700 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2021-03-10 14:15:38,734 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2021-03-10 14:15:38,787 INFO [Thread-12] ShutdownThread - shutdown already commenced 2021-03-10 14:15:38,787 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2021-03-10 14:16:16,678 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2021-03-10 14:16:16,722 INFO [main] LocalTunnelServiceServerConfiguration - allowedOrigins=https://quickconnect.ra.netbiter.net,https://www.netbiter.net (Comma-separated list of URLs which should be allowed by the CrossOriginFilter) 2021-03-10 14:16:16,722 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - defaultBindHost=127.0.0.1 (Default host to bind listening sockets to. Use "0.0.0.0" or "::" not to bind to any specific host.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - openVirtualSerialPortCommand=cscript {script} {host} {port} {bind_serial_port} {serial_protocol_type} (Configures command to connect a virtual serial port to a server socket.) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2021-03-10 14:16:16,723 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - serialPortProperties=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/serialports.properties (Configuration file that maps serial ports and protocol on netbiter to socket port. Typical config line is: serialport.rs232.telnet=2000) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - tapLaunchCommand="openvpn/bin/openvpn.exe" --dev tap --dev-node {tapDevNode} --remote 127.0.0.1 {vpnPort} --proto tcp-client --secret {vpnKeyFile} --ifconfig {localIP} {netmask} --ifconfig-nowarn (Command to start a VPN tap interface.) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2021-03-10 14:16:16,724 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2021-03-10 14:16:16,725 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2021-03-10 14:16:16,726 DEBUG [main] AppData - Replacing {appData} with C:\Users\bob.good\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2021-03-10 14:16:16,728 INFO [main] ProxyManager - Applying proxy configuration from file 2021-03-10 14:16:16,729 DEBUG [main] ProxyManager - Creating configuration from file (C:\Users\bob.good\AppData\Roaming/HMS/QuickConnect/proxy.properties) 2021-03-10 14:16:16,729 INFO [main] ProxyManager - File doesn't exist, using defaults 2021-03-10 14:16:16,729 INFO [main] ProxyManager - Applying system default proxy settings 2021-03-10 14:16:16,731 DEBUG [main] ProxyManager - Adding WIN proxy search strategy 2021-03-10 14:16:16,731 DEBUG [main] ProxyManager - Adding JAVA proxy search strategy 2021-03-10 14:16:16,732 DEBUG [main] ProxyManager - Adding ENV_VAR proxy search strategy 2021-03-10 14:16:18,079 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2021-03-10 14:16:18,080 INFO [main] ProxyManager - Not applying empty or partial credentials 2021-03-10 14:16:18,081 INFO [main] ProxyUtils - Logging active proxy configuration 2021-03-10 14:16:18,081 INFO [main] ProxyUtils - Getting proxy list for URI: http://dummy.uri 2021-03-10 14:16:18,155 INFO [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:16:18,156 INFO [main] ProxyUtils - Getting proxy list for URI: https://dummy.uri 2021-03-10 14:16:18,156 INFO [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:16:18,156 INFO [main] ProxyUtils - Getting proxy list for URI: socket://dummy.uri 2021-03-10 14:16:18,156 INFO [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:16:18,156 DEBUG [main] ProxyUtils - Getting proxy list for URI: http://localhost:8091 2021-03-10 14:16:18,157 DEBUG [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:16:18,157 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:16:18,162 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon_connected.ico 2021-03-10 14:16:18,256 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon.ico 2021-03-10 14:16:18,297 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 14:16:18,297 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2021-03-10 14:16:18,297 INFO [main] BrowserTunnelListenerConfiguration - browserOptions= --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 (Command executed to launch browser) 2021-03-10 14:16:18,297 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2021-03-10 14:16:18,298 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2021-03-10 14:16:18,524 DEBUG [main] AppData - Replacing {appData} with C:\Users\bob.good\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2021-03-10 14:16:18,559 INFO [main] Server - jetty-8.1.9.v20130131 2021-03-10 14:16:18,721 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2021-03-10 14:16:18,945 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2021-03-10 14:16:18,946 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2021-03-10 14:16:19,151 DEBUG [main] LocalTunnelListener - Tray icon installed 2021-03-10 14:16:19,152 DEBUG [main] BrowserTunnelListener - Browser has never been run from this process 2021-03-10 14:16:19,152 DEBUG [main] ProxyUtils - Getting proxy list for URI: https://quickconnect.ra.netbiter.net 2021-03-10 14:16:19,251 DEBUG [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:16:19,251 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:16:19,251 DEBUG [main] AppData - Replacing {appData} with C:\Users\bob.good\AppData\Roaming in string: --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2021-03-10 14:16:19,251 INFO [main] BrowserTunnelListener - Starting browser using command: "browser/chrome.exe" --no-proxy-server --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="C:\Users\bob.good\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2021-03-10 14:16:20,463 INFO [qtp11440528-29] MainResource - GET: / 2021-03-10 14:16:20,463 DEBUG [qtp11440528-29] MainResource - Configuring freemarker template: /frame.ftl 2021-03-10 14:16:20,550 DEBUG [qtp11440528-28] MainResource - GET: /stylesheet.css 2021-03-10 14:16:20,614 DEBUG [qtp11440528-31] MainResource - GET: /main.do 2021-03-10 14:16:20,632 INFO [qtp11440528-31] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2021-03-10 14:16:21,353 INFO [qtp11440528-31] MainResource - Response: 200 2021-03-10 14:16:21,353 INFO [qtp11440528-31] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2021-03-10 14:16:22,073 DEBUG [qtp11440528-28] LocalTunnelServiceResource - Got request for SSE. 2021-03-10 14:16:22,077 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2021-03-10 14:16:22,158 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2021-03-10 14:17:08,826 INFO [qtp11440528-28] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 14:17:08,827 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD534} 2021-03-10 14:17:08,827 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD534, channels={}, connectedAt=null, status=CONNECTING}} 2021-03-10 14:17:08,832 INFO [qtp11440528-28] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148402508&id=PhoenixAir&secret=545731b6f83261cac495666fe2f5c104". 2021-03-10 14:17:08,833 DEBUG [qtp11440528-28] proxy - === BEGIN PROXY === 2021-03-10 14:17:08,833 DEBUG [qtp11440528-28] ProxyUtils - Getting proxy list for URI: https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 14:17:08,945 DEBUG [qtp11440528-28] ProxyUtils - Proxy: DIRECT 2021-03-10 14:17:08,945 DEBUG [qtp11440528-28] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:17:08,945 INFO [qtp11440528-28] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 14:17:08,946 DEBUG [qtp11440528-28] proxy - === END PROXY === 2021-03-10 14:17:09,353 DEBUG [qtp11440528-28] JettyWebSocketConnector - Connected. 2021-03-10 14:17:09,355 DEBUG [qtp26137143-15] WebSocketTunnelSegment - Tunnel expected to close at 2021-03-11T04:17:04.620Z due to TIME_TO_LIVE_EXPIRED 2021-03-10 14:17:09,361 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2021-03-11T04:17:04.620Z} 2021-03-10 14:17:23,811 INFO [qtp26137143-17] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t148402508 2021-03-10 14:17:23,812 INFO [t148402508] LocalTunnelListener - Tunnel established 2021-03-10 14:17:23,812 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnected, {targetId=003011FAD534, connectedAt=2021-03-10T20:17:23.812Z} 2021-03-10 14:17:23,813 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD534, channels={}, connectedAt=2021-03-10T20:17:23.812Z, status=CONNECTED}} 2021-03-10 14:18:09,361 DEBUG [Timer-1] HeartBeatWebSocketInput - Sending heartbeat on websocket TARGET@t148402508 2021-03-10 14:18:23,809 DEBUG [qtp26137143-17] HeartBeatWebSocketInput - Received heartbeat on websocket TARGET@t148402508 2021-03-10 14:18:34,522 DEBUG [qtp26137143-15] WebSocketTunnelSegment - Tunnel closing due to UNKNOWN 2021-03-10 14:18:34,522 DEBUG [qtp26137143-13 Selector0] WebSocketTunnelSegment - onClose called. code: 1006 2021-03-10 14:18:34,522 INFO [t148402508] LocalTunnelSegment - Channels and factories closed 2021-03-10 14:18:34,522 INFO [t148402508] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2021-03-10 14:18:34,522 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {reason=UNKNOWN} 2021-03-10 14:18:34,523 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2021-03-10 14:18:34,540 INFO [t148402508] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2021-03-10 14:18:36,876 INFO [qtp11440528-28] BasicTunnelClientApplicationService - Closing tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 14:18:36,876 DEBUG [qtp11440528-28] ClientTunnel - Rejected execution of close. 2021-03-10 14:18:36,877 INFO [qtp11440528-28] BasicTunnelClientApplicationService - Opening tunnel to i-05f6645cbd340243a.ra.netbiter.net 2021-03-10 14:18:36,877 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD534} 2021-03-10 14:18:36,877 INFO [qtp11440528-28] JettyWebSocketConnector - Connecting to "wss://i-05f6645cbd340243a.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=1296442492&id=PhoenixAir&secret=9dda7854a06eaddb169c3445b079c537". 2021-03-10 14:18:36,877 DEBUG [qtp11440528-28] proxy - === BEGIN PROXY === 2021-03-10 14:18:36,877 DEBUG [qtp11440528-28] ProxyUtils - Getting proxy list for URI: https://i-05f6645cbd340243a.ra.netbiter.net:443 2021-03-10 14:18:36,877 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD534, channels={}, connectedAt=null, status=CONNECTING}} 2021-03-10 14:18:37,054 DEBUG [qtp11440528-28] ProxyUtils - Proxy: DIRECT 2021-03-10 14:18:37,055 DEBUG [qtp11440528-28] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:18:37,055 INFO [qtp11440528-28] proxy - No proxy needed, connecting directly to https://i-05f6645cbd340243a.ra.netbiter.net:443 2021-03-10 14:18:37,056 DEBUG [qtp11440528-28] proxy - === END PROXY === 2021-03-10 14:18:37,397 DEBUG [qtp11440528-28] JettyWebSocketConnector - Connected. 2021-03-10 14:18:37,397 DEBUG [qtp26137143-17] WebSocketTunnelSegment - Tunnel expected to close at 2021-03-11T04:18:30.254Z due to TIME_TO_LIVE_EXPIRED 2021-03-10 14:18:37,398 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2021-03-11T04:18:30.254Z} 2021-03-10 14:18:52,101 INFO [qtp26137143-19] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t1296442492 2021-03-10 14:18:52,101 INFO [t1296442492] LocalTunnelListener - Tunnel established 2021-03-10 14:18:52,101 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnected, {targetId=003011FAD534, connectedAt=2021-03-10T20:18:52.101Z} 2021-03-10 14:18:52,102 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD534, channels={}, connectedAt=2021-03-10T20:18:52.101Z, status=CONNECTED}} 2021-03-10 14:19:35,897 DEBUG [AWT-EventQueue-0] LocalTunnelListener - Tray icon uninstalled 2021-03-10 14:19:35,897 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2021-03-10 14:19:35,898 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2021-03-10 14:19:35,899 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2021-03-10 14:19:36,941 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2021-03-10 14:19:36,995 INFO [Thread-12] ShutdownThread - shutdown already commenced 2021-03-10 14:19:36,995 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2021-03-10 14:19:36,995 DEBUG [Thread-12] LocalTunnelListener - Tray icon not installed, nothing to uninstall 2021-03-10 14:19:36,995 DEBUG [Thread-12] BrowserTunnelListener - Browser not started, not stopping 2021-03-10 14:19:42,596 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2021-03-10 14:19:42,648 INFO [main] LocalTunnelServiceServerConfiguration - allowedOrigins=https://quickconnect.ra.netbiter.net,https://www.netbiter.net (Comma-separated list of URLs which should be allowed by the CrossOriginFilter) 2021-03-10 14:19:42,648 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 14:19:42,648 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - defaultBindHost=127.0.0.1 (Default host to bind listening sockets to. Use "0.0.0.0" or "::" not to bind to any specific host.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - openVirtualSerialPortCommand=cscript {script} {host} {port} {bind_serial_port} {serial_protocol_type} (Configures command to connect a virtual serial port to a server socket.) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 14:19:42,649 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - serialPortProperties=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/serialports.properties (Configuration file that maps serial ports and protocol on netbiter to socket port. Typical config line is: serialport.rs232.telnet=2000) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - tapLaunchCommand="openvpn/bin/openvpn.exe" --dev tap --dev-node {tapDevNode} --remote 127.0.0.1 {vpnPort} --proto tcp-client --secret {vpnKeyFile} --ifconfig {localIP} {netmask} --ifconfig-nowarn (Command to start a VPN tap interface.) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2021-03-10 14:19:42,650 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 14:19:42,651 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 14:19:42,651 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 14:19:42,651 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2021-03-10 14:19:42,651 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2021-03-10 14:19:42,651 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2021-03-10 14:19:42,653 DEBUG [main] AppData - Replacing {appData} with C:\Users\bob.good\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2021-03-10 14:19:42,656 INFO [main] ProxyManager - Applying proxy configuration from file 2021-03-10 14:19:42,656 DEBUG [main] ProxyManager - Creating configuration from file (C:\Users\bob.good\AppData\Roaming/HMS/QuickConnect/proxy.properties) 2021-03-10 14:19:42,656 INFO [main] ProxyManager - File doesn't exist, using defaults 2021-03-10 14:19:42,656 INFO [main] ProxyManager - Applying system default proxy settings 2021-03-10 14:19:42,658 DEBUG [main] ProxyManager - Adding WIN proxy search strategy 2021-03-10 14:19:42,658 DEBUG [main] ProxyManager - Adding JAVA proxy search strategy 2021-03-10 14:19:42,659 DEBUG [main] ProxyManager - Adding ENV_VAR proxy search strategy 2021-03-10 14:19:44,197 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2021-03-10 14:19:44,199 INFO [main] ProxyManager - Not applying empty or partial credentials 2021-03-10 14:19:44,200 INFO [main] ProxyUtils - Logging active proxy configuration 2021-03-10 14:19:44,200 INFO [main] ProxyUtils - Getting proxy list for URI: http://dummy.uri 2021-03-10 14:19:44,202 INFO [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:19:44,202 INFO [main] ProxyUtils - Getting proxy list for URI: https://dummy.uri 2021-03-10 14:19:44,202 INFO [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:19:44,202 INFO [main] ProxyUtils - Getting proxy list for URI: socket://dummy.uri 2021-03-10 14:19:44,202 INFO [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:19:44,202 DEBUG [main] ProxyUtils - Getting proxy list for URI: http://localhost:8091 2021-03-10 14:19:44,203 DEBUG [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:19:44,203 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:19:44,208 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon_connected.ico 2021-03-10 14:19:44,325 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon.ico 2021-03-10 14:19:44,371 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2021-03-10 14:19:44,371 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2021-03-10 14:19:44,371 INFO [main] BrowserTunnelListenerConfiguration - browserOptions= --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 (Command executed to launch browser) 2021-03-10 14:19:44,371 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2021-03-10 14:19:44,372 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2021-03-10 14:19:44,645 DEBUG [main] AppData - Replacing {appData} with C:\Users\bob.good\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2021-03-10 14:19:44,681 INFO [main] Server - jetty-8.1.9.v20130131 2021-03-10 14:19:44,858 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2021-03-10 14:19:45,114 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2021-03-10 14:19:45,114 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2021-03-10 14:19:45,376 DEBUG [main] LocalTunnelListener - Tray icon installed 2021-03-10 14:19:45,376 DEBUG [main] BrowserTunnelListener - Browser has never been run from this process 2021-03-10 14:19:45,376 DEBUG [main] ProxyUtils - Getting proxy list for URI: https://quickconnect.ra.netbiter.net 2021-03-10 14:19:45,435 DEBUG [main] ProxyUtils - Proxy: DIRECT 2021-03-10 14:19:45,436 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:19:45,436 DEBUG [main] AppData - Replacing {appData} with C:\Users\bob.good\AppData\Roaming in string: --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2021-03-10 14:19:45,436 INFO [main] BrowserTunnelListener - Starting browser using command: "browser/chrome.exe" --no-proxy-server --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="C:\Users\bob.good\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2021-03-10 14:19:46,867 INFO [qtp11440528-30] MainResource - GET: / 2021-03-10 14:19:46,867 DEBUG [qtp11440528-30] MainResource - Configuring freemarker template: /frame.ftl 2021-03-10 14:19:46,979 DEBUG [qtp11440528-31] MainResource - GET: /stylesheet.css 2021-03-10 14:19:47,049 DEBUG [qtp11440528-33] MainResource - GET: /main.do 2021-03-10 14:19:47,071 INFO [qtp11440528-33] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2021-03-10 14:19:47,931 INFO [qtp11440528-33] MainResource - Response: 200 2021-03-10 14:19:47,932 INFO [qtp11440528-33] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2021-03-10 14:19:48,730 DEBUG [qtp11440528-31] LocalTunnelServiceResource - Got request for SSE. 2021-03-10 14:19:48,733 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2021-03-10 14:19:48,834 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2021-03-10 14:19:59,068 INFO [qtp11440528-29] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2021-03-10 14:19:59,069 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD534} 2021-03-10 14:19:59,069 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD534, channels={}, connectedAt=null, status=CONNECTING}} 2021-03-10 14:19:59,078 INFO [qtp11440528-29] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148402509&id=PhoenixAir&secret=e6e1f10365a4e49e7efe94a3dcd71e7b". 2021-03-10 14:19:59,079 DEBUG [qtp11440528-29] proxy - === BEGIN PROXY === 2021-03-10 14:19:59,079 DEBUG [qtp11440528-29] ProxyUtils - Getting proxy list for URI: https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 14:19:59,169 DEBUG [qtp11440528-29] ProxyUtils - Proxy: DIRECT 2021-03-10 14:19:59,169 DEBUG [qtp11440528-29] ProxyUtils - Selected proxy: DIRECT 2021-03-10 14:19:59,169 INFO [qtp11440528-29] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2021-03-10 14:19:59,169 DEBUG [qtp11440528-29] proxy - === END PROXY === 2021-03-10 14:19:59,535 DEBUG [qtp11440528-29] JettyWebSocketConnector - Connected. 2021-03-10 14:19:59,536 DEBUG [qtp26137143-15] WebSocketTunnelSegment - Tunnel expected to close at 2021-03-11T04:19:56.387Z due to TIME_TO_LIVE_EXPIRED 2021-03-10 14:19:59,544 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2021-03-11T04:19:56.387Z} 2021-03-10 14:20:14,880 INFO [qtp26137143-16] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t148402509 2021-03-10 14:20:14,880 INFO [t148402509] LocalTunnelListener - Tunnel established 2021-03-10 14:20:14,880 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnected, {targetId=003011FAD534, connectedAt=2021-03-10T20:20:14.880Z} 2021-03-10 14:20:14,881 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD534, channels={}, connectedAt=2021-03-10T20:20:14.880Z, status=CONNECTED}} 2021-03-10 14:20:59,546 DEBUG [Timer-1] HeartBeatWebSocketInput - Sending heartbeat on websocket TARGET@t148402509 2021-03-10 14:21:14,878 DEBUG [qtp26137143-19] HeartBeatWebSocketInput - Received heartbeat on websocket TARGET@t148402509 2021-03-10 14:21:59,560 DEBUG [Timer-1] HeartBeatWebSocketInput - Sending heartbeat on websocket TARGET@t148402509 2021-03-10 14:22:14,879 DEBUG [qtp26137143-19] HeartBeatWebSocketInput - Received heartbeat on websocket TARGET@t148402509 2021-03-10 14:22:18,858 DEBUG [AWT-EventQueue-0] LocalTunnelListener - Tray icon uninstalled 2021-03-10 14:22:18,858 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2021-03-10 14:22:18,859 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2021-03-10 14:22:18,860 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2021-03-10 14:22:19,899 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2021-03-10 14:22:19,951 INFO [Thread-12] ShutdownThread - shutdown already commenced 2021-03-10 14:22:19,951 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2021-03-10 14:22:19,951 DEBUG [Thread-12] LocalTunnelListener - Tray icon not installed, nothing to uninstall 2021-03-10 14:22:19,951 DEBUG [Thread-12] BrowserTunnelListener - Browser not started, not stopping