2020-03-26 09:25:22,711 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2020-03-26 09:25:22,761 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) 2020-03-26 09:25:22,761 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 09:25:22,761 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2020-03-26 09:25:22,761 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2020-03-26 09:25:22,762 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.) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2020-03-26 09:25:22,762 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.) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2020-03-26 09:25:22,762 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 09:25:22,763 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) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2020-03-26 09:25:22,763 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.) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2020-03-26 09:25:22,763 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2020-03-26 09:25:22,768 INFO [main] ProxyManager - Applying proxy configuration from file 2020-03-26 09:25:22,768 INFO [main] ProxyManager - File doesn't exist, using defaults 2020-03-26 09:25:22,769 INFO [main] ProxyManager - Applying system default proxy settings 2020-03-26 09:25:23,035 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2020-03-26 09:25:23,036 INFO [main] ProxyManager - Not applying empty or partial credentials 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2020-03-26 09:25:23,245 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) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 09:25:23,245 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 09:25:23,246 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2020-03-26 09:25:23,246 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2020-03-26 09:25:23,580 INFO [main] Server - jetty-8.1.9.v20130131 2020-03-26 09:25:23,716 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2020-03-26 09:25:23,913 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2020-03-26 09:25:23,913 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2020-03-26 09:25:24,143 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\austi\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2020-03-26 09:25:26,262 INFO [qtp11440528-32] MainResource - GET: / 2020-03-26 09:25:26,359 INFO [qtp11440528-31] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-03-26 09:25:27,428 INFO [qtp11440528-31] MainResource - Response: 200 2020-03-26 09:25:27,428 INFO [qtp11440528-31] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2020-03-26 09:26:50,338 INFO [qtp11440528-29] BasicTunnelClientApplicationService - Opening tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 09:26:50,356 INFO [qtp11440528-29] JettyWebSocketConnector - Connecting to "wss://i-05f6645cbd340243a.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=1296433765&id=Alex_Krier&secret=47a28bceb760733bed3c4526aba83101". 2020-03-26 09:26:50,406 INFO [qtp11440528-29] proxy - No proxy needed, connecting directly to https://i-05f6645cbd340243a.ra.netbiter.net:443 2020-03-26 09:27:49,563 INFO [t1296433765] LocalTunnelSegment - Channels and factories closed 2020-03-26 09:27:49,564 INFO [t1296433765] LocalTunnelListener - Tunnel disconnected, reason: TIME_TO_ESTABLISH_EXPIRED 2020-03-26 09:27:49,603 INFO [t1296433765] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-03-26 09:58:06,714 INFO [qtp11440528-27] BasicTunnelClientApplicationService - Closing tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 09:58:06,715 INFO [qtp11440528-27] BasicTunnelClientApplicationService - Opening tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 09:58:06,716 INFO [qtp11440528-27] JettyWebSocketConnector - Connecting to "wss://i-05f6645cbd340243a.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=1296433781&id=Alex_Krier&secret=92ff68d8a356bed6f9e8dac61daba8df". 2020-03-26 09:58:06,764 INFO [qtp11440528-27] proxy - No proxy needed, connecting directly to https://i-05f6645cbd340243a.ra.netbiter.net:443 2020-03-26 09:59:06,065 INFO [t1296433781] LocalTunnelSegment - Channels and factories closed 2020-03-26 09:59:06,066 INFO [t1296433781] LocalTunnelListener - Tunnel disconnected, reason: TIME_TO_ESTABLISH_EXPIRED 2020-03-26 09:59:06,097 INFO [t1296433781] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-03-26 09:59:10,433 INFO [qtp11440528-32] BasicTunnelClientApplicationService - Closing tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 10:00:00,045 INFO [qtp11440528-29] BasicTunnelClientApplicationService - Opening tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 10:00:00,045 INFO [qtp11440528-29] JettyWebSocketConnector - Connecting to "wss://i-05f6645cbd340243a.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=1296433783&id=PremiumPet&secret=87c5366d1fa3c7a2f6736fc523541f48". 2020-03-26 10:00:00,092 INFO [qtp11440528-29] proxy - No proxy needed, connecting directly to https://i-05f6645cbd340243a.ra.netbiter.net:443 2020-03-26 10:00:59,216 INFO [t1296433783] LocalTunnelSegment - Channels and factories closed 2020-03-26 10:00:59,216 INFO [t1296433783] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-03-26 10:07:00,751 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2020-03-26 10:07:00,752 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2020-03-26 10:07:00,752 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2020-03-26 10:07:01,778 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2020-03-26 10:07:01,832 INFO [Thread-12] ShutdownThread - shutdown already commenced 2020-03-26 10:07:01,832 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2020-03-26 10:07:09,831 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2020-03-26 10:07:09,865 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) 2020-03-26 10:07:09,865 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 10:07:09,865 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2020-03-26 10:07:09,866 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.) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2020-03-26 10:07:09,866 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.) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 10:07:09,866 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) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2020-03-26 10:07:09,866 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2020-03-26 10:07:09,866 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.) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2020-03-26 10:07:09,867 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2020-03-26 10:07:09,870 INFO [main] ProxyManager - Applying proxy configuration from file 2020-03-26 10:07:09,870 INFO [main] ProxyManager - File doesn't exist, using defaults 2020-03-26 10:07:09,870 INFO [main] ProxyManager - Applying system default proxy settings 2020-03-26 10:07:10,112 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2020-03-26 10:07:10,113 INFO [main] ProxyManager - Not applying empty or partial credentials 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2020-03-26 10:07:10,227 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) 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 10:07:10,227 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2020-03-26 10:07:10,228 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2020-03-26 10:07:10,418 INFO [main] Server - jetty-8.1.9.v20130131 2020-03-26 10:07:10,539 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2020-03-26 10:07:10,705 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2020-03-26 10:07:10,705 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2020-03-26 10:07:10,795 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\austi\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2020-03-26 10:07:11,608 INFO [qtp11440528-31] MainResource - GET: / 2020-03-26 10:07:11,800 INFO [qtp11440528-33] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-03-26 10:07:13,092 INFO [qtp11440528-33] MainResource - Response: 200 2020-03-26 10:07:13,093 INFO [qtp11440528-33] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2020-03-26 10:07:26,621 INFO [qtp11440528-32] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2020-03-26 10:07:26,639 INFO [qtp11440528-32] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148391145&id=PremiumPet&secret=3d4f61d65ff245cbddde3e69ab0c952e". 2020-03-26 10:07:26,688 INFO [qtp11440528-32] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2020-03-26 10:08:31,975 INFO [qtp11440528-31] BasicTunnelClientApplicationService - Closing tunnel to i-047a01dad5daaa885.ra.netbiter.net 2020-03-26 10:08:31,976 INFO [t148391145] LocalTunnelSegment - Channels and factories closed 2020-03-26 10:08:31,982 INFO [t148391145] WebSocketTunnelSegment - TARGET@t148391145 closed. 2020-03-26 10:08:31,982 INFO [t148391145] LocalTunnelListener - Tunnel disconnected, reason: OK 2020-03-26 10:08:32,014 INFO [t148391145] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-03-26 10:10:31,564 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2020-03-26 10:10:31,565 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2020-03-26 10:10:31,565 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2020-03-26 10:10:32,592 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2020-03-26 10:10:32,644 INFO [Thread-12] ShutdownThread - shutdown already commenced 2020-03-26 10:10:32,644 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2020-03-26 10:10:41,250 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2020-03-26 10:10:41,282 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) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2020-03-26 10:10:41,283 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.) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2020-03-26 10:10:41,283 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.) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 10:10:41,283 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) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2020-03-26 10:10:41,283 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2020-03-26 10:10:41,284 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.) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2020-03-26 10:10:41,284 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2020-03-26 10:10:41,285 DEBUG [main] AppData - Replacing {appData} with C:\Users\austi\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2020-03-26 10:10:41,287 INFO [main] ProxyManager - Applying proxy configuration from file 2020-03-26 10:10:41,287 DEBUG [main] ProxyManager - Creating configuration from file (C:\Users\austi\AppData\Roaming/HMS/QuickConnect/proxy.properties) 2020-03-26 10:10:41,287 INFO [main] ProxyManager - File doesn't exist, using defaults 2020-03-26 10:10:41,287 INFO [main] ProxyManager - Applying system default proxy settings 2020-03-26 10:10:41,288 DEBUG [main] ProxyManager - Adding WIN proxy search strategy 2020-03-26 10:10:41,288 DEBUG [main] ProxyManager - Adding JAVA proxy search strategy 2020-03-26 10:10:41,289 DEBUG [main] ProxyManager - Adding ENV_VAR proxy search strategy 2020-03-26 10:10:41,528 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2020-03-26 10:10:41,529 INFO [main] ProxyManager - Not applying empty or partial credentials 2020-03-26 10:10:41,530 INFO [main] ProxyUtils - Logging active proxy configuration 2020-03-26 10:10:41,530 INFO [main] ProxyUtils - Getting proxy list for URI: http://dummy.uri 2020-03-26 10:10:41,580 INFO [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:10:41,580 INFO [main] ProxyUtils - Getting proxy list for URI: https://dummy.uri 2020-03-26 10:10:41,580 INFO [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:10:41,580 INFO [main] ProxyUtils - Getting proxy list for URI: socket://dummy.uri 2020-03-26 10:10:41,580 INFO [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:10:41,581 DEBUG [main] ProxyUtils - Getting proxy list for URI: http://localhost:8091 2020-03-26 10:10:41,582 DEBUG [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:10:41,582 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:10:41,597 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon_connected.ico 2020-03-26 10:10:41,722 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon.ico 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2020-03-26 10:10:41,754 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) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2020-03-26 10:10:41,754 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2020-03-26 10:10:41,915 DEBUG [main] AppData - Replacing {appData} with C:\Users\austi\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2020-03-26 10:10:41,939 INFO [main] Server - jetty-8.1.9.v20130131 2020-03-26 10:10:42,058 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2020-03-26 10:10:42,226 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2020-03-26 10:10:42,226 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2020-03-26 10:10:42,321 DEBUG [main] LocalTunnelListener - Tray icon installed 2020-03-26 10:10:42,321 DEBUG [main] BrowserTunnelListener - Browser has never been run from this process 2020-03-26 10:10:42,321 DEBUG [main] ProxyUtils - Getting proxy list for URI: https://quickconnect.ra.netbiter.net 2020-03-26 10:10:42,377 DEBUG [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:10:42,377 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:10:42,377 DEBUG [main] AppData - Replacing {appData} with C:\Users\austi\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 2020-03-26 10:10:42,377 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\austi\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2020-03-26 10:10:43,291 INFO [qtp11440528-33] MainResource - GET: / 2020-03-26 10:10:43,292 DEBUG [qtp11440528-33] MainResource - Configuring freemarker template: /frame.ftl 2020-03-26 10:10:43,413 DEBUG [qtp11440528-28] MainResource - GET: /stylesheet.css 2020-03-26 10:10:43,439 DEBUG [qtp11440528-30] MainResource - GET: /main.do 2020-03-26 10:10:43,478 INFO [qtp11440528-30] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-03-26 10:10:44,750 INFO [qtp11440528-30] MainResource - Response: 200 2020-03-26 10:10:44,750 INFO [qtp11440528-30] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2020-03-26 10:10:45,315 DEBUG [qtp11440528-25] LocalTunnelServiceResource - Got request for SSE. 2020-03-26 10:10:45,328 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2020-03-26 10:10:45,578 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:10:56,254 INFO [qtp11440528-33] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2020-03-26 10:10:56,255 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD170} 2020-03-26 10:10:56,256 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD170, channels={}, connectedAt=null, status=CONNECTING}} 2020-03-26 10:10:56,270 INFO [qtp11440528-33] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148391147&id=PremiumPet&secret=8a27127182d46a9eb90e9ca9ad5404ed". 2020-03-26 10:10:56,272 DEBUG [qtp11440528-33] proxy - === BEGIN PROXY === 2020-03-26 10:10:56,272 DEBUG [qtp11440528-33] ProxyUtils - Getting proxy list for URI: https://i-047a01dad5daaa885.ra.netbiter.net:443 2020-03-26 10:10:56,332 DEBUG [qtp11440528-33] ProxyUtils - Proxy: DIRECT 2020-03-26 10:10:56,332 DEBUG [qtp11440528-33] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:10:56,332 INFO [qtp11440528-33] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2020-03-26 10:10:56,333 DEBUG [qtp11440528-33] proxy - === END PROXY === 2020-03-26 10:10:56,853 DEBUG [qtp11440528-33] JettyWebSocketConnector - Connected. 2020-03-26 10:10:56,856 DEBUG [qtp26137143-19] WebSocketTunnelSegment - Tunnel expected to close at 2020-03-26T23:11:05.955Z due to TIME_TO_LIVE_EXPIRED 2020-03-26 10:10:56,866 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-03-26T23:11:05.955Z} 2020-03-26 10:11:54,998 DEBUG [qtp26137143-15] WebSocketTunnelSegment - Tunnel closing due to TIME_TO_ESTABLISH_EXPIRED 2020-03-26 10:11:54,999 DEBUG [qtp26137143-13 Selector0] WebSocketTunnelSegment - onClose called. code: 1006 2020-03-26 10:11:54,999 INFO [t148391147] LocalTunnelSegment - Channels and factories closed 2020-03-26 10:11:55,000 INFO [t148391147] LocalTunnelListener - Tunnel disconnected, reason: TIME_TO_ESTABLISH_EXPIRED 2020-03-26 10:11:55,000 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {reason=TIME_TO_ESTABLISH_EXPIRED} 2020-03-26 10:11:55,002 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:11:55,038 INFO [t148391147] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-03-26 10:12:05,155 INFO [qtp11440528-28] BasicTunnelClientApplicationService - Closing tunnel to i-047a01dad5daaa885.ra.netbiter.net 2020-03-26 10:12:05,155 DEBUG [qtp11440528-28] ClientTunnel - Rejected execution of close. 2020-03-26 10:12:53,584 DEBUG [AWT-EventQueue-0] LocalTunnelListener - Tray icon uninstalled 2020-03-26 10:12:53,585 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2020-03-26 10:12:53,586 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2020-03-26 10:12:53,588 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2020-03-26 10:12:54,613 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2020-03-26 10:12:54,665 INFO [Thread-12] ShutdownThread - shutdown already commenced 2020-03-26 10:12:54,665 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2020-03-26 10:12:54,665 DEBUG [Thread-12] LocalTunnelListener - Tray icon not installed, nothing to uninstall 2020-03-26 10:12:54,665 DEBUG [Thread-12] BrowserTunnelListener - Browser not started, not stopping 2020-03-26 10:13:36,842 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2020-03-26 10:13:36,874 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) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2020-03-26 10:13:36,874 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.) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2020-03-26 10:13:36,874 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.) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 10:13:36,874 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 10:13:36,875 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) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2020-03-26 10:13:36,875 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.) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2020-03-26 10:13:36,875 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2020-03-26 10:13:36,876 DEBUG [main] AppData - Replacing {appData} with C:\Users\austi\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2020-03-26 10:13:36,878 INFO [main] ProxyManager - Applying proxy configuration from file 2020-03-26 10:13:36,878 DEBUG [main] ProxyManager - Creating configuration from file (C:\Users\austi\AppData\Roaming/HMS/QuickConnect/proxy.properties) 2020-03-26 10:13:36,878 INFO [main] ProxyManager - File doesn't exist, using defaults 2020-03-26 10:13:36,878 INFO [main] ProxyManager - Applying system default proxy settings 2020-03-26 10:13:36,879 DEBUG [main] ProxyManager - Adding WIN proxy search strategy 2020-03-26 10:13:36,880 DEBUG [main] ProxyManager - Adding JAVA proxy search strategy 2020-03-26 10:13:36,880 DEBUG [main] ProxyManager - Adding ENV_VAR proxy search strategy 2020-03-26 10:13:37,121 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2020-03-26 10:13:37,122 INFO [main] ProxyManager - Not applying empty or partial credentials 2020-03-26 10:13:37,123 INFO [main] ProxyUtils - Logging active proxy configuration 2020-03-26 10:13:37,123 INFO [main] ProxyUtils - Getting proxy list for URI: http://dummy.uri 2020-03-26 10:13:37,178 INFO [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:13:37,178 INFO [main] ProxyUtils - Getting proxy list for URI: https://dummy.uri 2020-03-26 10:13:37,178 INFO [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:13:37,179 INFO [main] ProxyUtils - Getting proxy list for URI: socket://dummy.uri 2020-03-26 10:13:37,179 INFO [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:13:37,179 DEBUG [main] ProxyUtils - Getting proxy list for URI: http://localhost:8091 2020-03-26 10:13:37,180 DEBUG [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:13:37,181 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:13:37,195 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon_connected.ico 2020-03-26 10:13:37,282 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon.ico 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2020-03-26 10:13:37,320 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) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-03-26 10:13:37,320 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-03-26 10:13:37,321 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2020-03-26 10:13:37,321 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-03-26 10:13:37,321 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2020-03-26 10:13:37,321 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-03-26 10:13:37,321 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2020-03-26 10:13:37,321 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2020-03-26 10:13:37,483 DEBUG [main] AppData - Replacing {appData} with C:\Users\austi\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2020-03-26 10:13:37,508 INFO [main] Server - jetty-8.1.9.v20130131 2020-03-26 10:13:37,622 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2020-03-26 10:13:37,790 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2020-03-26 10:13:37,790 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2020-03-26 10:13:37,884 DEBUG [main] LocalTunnelListener - Tray icon installed 2020-03-26 10:13:37,884 DEBUG [main] BrowserTunnelListener - Browser has never been run from this process 2020-03-26 10:13:37,884 DEBUG [main] ProxyUtils - Getting proxy list for URI: https://quickconnect.ra.netbiter.net 2020-03-26 10:13:37,936 DEBUG [main] ProxyUtils - Proxy: DIRECT 2020-03-26 10:13:37,936 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:13:37,936 DEBUG [main] AppData - Replacing {appData} with C:\Users\austi\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 2020-03-26 10:13:37,936 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\austi\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2020-03-26 10:13:38,908 INFO [qtp11440528-33] MainResource - GET: / 2020-03-26 10:13:38,908 DEBUG [qtp11440528-33] MainResource - Configuring freemarker template: /frame.ftl 2020-03-26 10:13:39,066 DEBUG [qtp11440528-25] MainResource - GET: /stylesheet.css 2020-03-26 10:13:39,088 DEBUG [qtp11440528-30] MainResource - GET: /main.do 2020-03-26 10:13:39,118 INFO [qtp11440528-30] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-03-26 10:13:40,212 INFO [qtp11440528-30] MainResource - Response: 200 2020-03-26 10:13:40,212 INFO [qtp11440528-30] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2020-03-26 10:13:40,774 DEBUG [qtp11440528-29] LocalTunnelServiceResource - Got request for SSE. 2020-03-26 10:13:40,788 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2020-03-26 10:13:41,029 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:14:33,365 DEBUG [qtp11440528-32] LocalTunnelServiceResource - Got request for SSE. 2020-03-26 10:14:33,365 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2020-03-26 10:14:33,365 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:14:41,423 INFO [qtp11440528-30] BasicTunnelClientApplicationService - Opening tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 10:14:41,424 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD170} 2020-03-26 10:14:41,425 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD170} 2020-03-26 10:14:41,426 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD170, channels={}, connectedAt=null, status=CONNECTING}} 2020-03-26 10:14:41,430 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD170, channels={}, connectedAt=null, status=CONNECTING}} 2020-03-26 10:14:41,440 INFO [qtp11440528-30] JettyWebSocketConnector - Connecting to "wss://i-05f6645cbd340243a.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=1296433789&id=PremiumPet&secret=ed5ab123cc3d31114aa77939aa3e67ce". 2020-03-26 10:14:41,441 DEBUG [qtp11440528-30] proxy - === BEGIN PROXY === 2020-03-26 10:14:41,441 DEBUG [qtp11440528-30] ProxyUtils - Getting proxy list for URI: https://i-05f6645cbd340243a.ra.netbiter.net:443 2020-03-26 10:14:41,489 DEBUG [qtp11440528-30] ProxyUtils - Proxy: DIRECT 2020-03-26 10:14:41,489 DEBUG [qtp11440528-30] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:14:41,490 INFO [qtp11440528-30] proxy - No proxy needed, connecting directly to https://i-05f6645cbd340243a.ra.netbiter.net:443 2020-03-26 10:14:41,491 DEBUG [qtp11440528-30] proxy - === END PROXY === 2020-03-26 10:14:41,938 DEBUG [qtp11440528-30] JettyWebSocketConnector - Connected. 2020-03-26 10:14:41,940 DEBUG [qtp26137143-18] WebSocketTunnelSegment - Tunnel expected to close at 2020-03-26T23:14:51.686Z due to TIME_TO_LIVE_EXPIRED 2020-03-26 10:14:41,951 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-03-26T23:14:51.686Z} 2020-03-26 10:15:40,686 DEBUG [qtp26137143-18] WebSocketTunnelSegment - Tunnel closing due to TIME_TO_ESTABLISH_EXPIRED 2020-03-26 10:15:40,688 INFO [t1296433789] LocalTunnelSegment - Channels and factories closed 2020-03-26 10:15:40,688 DEBUG [qtp26137143-13 Selector0] WebSocketTunnelSegment - onClose called. code: 1006 2020-03-26 10:15:40,689 INFO [t1296433789] LocalTunnelListener - Tunnel disconnected, reason: TIME_TO_ESTABLISH_EXPIRED 2020-03-26 10:15:40,689 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {reason=TIME_TO_ESTABLISH_EXPIRED} 2020-03-26 10:15:40,692 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:15:40,720 INFO [t1296433789] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-03-26 10:53:58,593 INFO [qtp11440528-31] BasicTunnelClientApplicationService - Closing tunnel to i-05f6645cbd340243a.ra.netbiter.net 2020-03-26 10:53:58,594 DEBUG [qtp11440528-31] ClientTunnel - Rejected execution of close. 2020-03-26 10:54:19,745 DEBUG [qtp11440528-31] LocalTunnelServiceResource - Got request for SSE. 2020-03-26 10:54:19,745 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2020-03-26 10:54:19,745 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:54:27,231 INFO [qtp11440528-32] BasicTunnelClientApplicationService - Opening tunnel to i-047a01dad5daaa885.ra.netbiter.net 2020-03-26 10:54:27,231 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD4E2} 2020-03-26 10:54:27,232 INFO [qtp11440528-32] JettyWebSocketConnector - Connecting to "wss://i-047a01dad5daaa885.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=148391159&id=Alex_Krier&secret=683b0f437612bb61ea6afc322ce271e1". 2020-03-26 10:54:27,232 DEBUG [qtp11440528-32] proxy - === BEGIN PROXY === 2020-03-26 10:54:27,232 DEBUG [qtp11440528-32] ProxyUtils - Getting proxy list for URI: https://i-047a01dad5daaa885.ra.netbiter.net:443 2020-03-26 10:54:27,233 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAD4E2} 2020-03-26 10:54:27,234 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD4E2, channels={}, connectedAt=null, status=CONNECTING}} 2020-03-26 10:54:27,237 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAD4E2, channels={}, connectedAt=null, status=CONNECTING}} 2020-03-26 10:54:27,280 DEBUG [qtp11440528-32] ProxyUtils - Proxy: DIRECT 2020-03-26 10:54:27,281 DEBUG [qtp11440528-32] ProxyUtils - Selected proxy: DIRECT 2020-03-26 10:54:27,281 INFO [qtp11440528-32] proxy - No proxy needed, connecting directly to https://i-047a01dad5daaa885.ra.netbiter.net:443 2020-03-26 10:54:27,282 DEBUG [qtp11440528-32] proxy - === END PROXY === 2020-03-26 10:54:27,675 DEBUG [qtp11440528-32] JettyWebSocketConnector - Connected. 2020-03-26 10:54:27,675 DEBUG [qtp26137143-20] WebSocketTunnelSegment - Tunnel expected to close at 2020-03-26T23:54:37.456Z due to TIME_TO_LIVE_EXPIRED 2020-03-26 10:54:27,677 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-03-26T23:54:37.456Z} 2020-03-26 10:55:26,393 DEBUG [qtp26137143-18] WebSocketTunnelSegment - Tunnel closing due to TIME_TO_ESTABLISH_EXPIRED 2020-03-26 10:55:26,393 INFO [t148391159] LocalTunnelSegment - Channels and factories closed 2020-03-26 10:55:26,393 INFO [t148391159] LocalTunnelListener - Tunnel disconnected, reason: TIME_TO_ESTABLISH_EXPIRED 2020-03-26 10:55:26,393 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {reason=TIME_TO_ESTABLISH_EXPIRED} 2020-03-26 10:55:26,394 DEBUG [qtp26137143-13 Selector0] WebSocketTunnelSegment - onClose called. code: 1006 2020-03-26 10:55:26,394 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-03-26 10:55:26,404 INFO [t148391159] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN