No “New Firewalla” button to appear on my APP
Hi, I am located in China, and installed APP "Firewalla" from Apple Store on my iPhone device (iOS v11.2.6), after open APP for a while, no “New Firewalla” button to appear at all, that blocking me to scan QR code to attaching device (see screenshot on my phone)
-
Bruce, I assume you have a Firewalla device. Most the time, the issue is your phone and the firewalla box is not on the same network. Please ensure that.
Next, here are some very basic and quick diagnostics
https://help.firewalla.com/hc/en-us/articles/360000555074-Trouble-Shooting-Running-Firewalla-
-
Hi, thanks you to reply, yes , I have a Firewalla device and try to attach via APP, my iphone and Firewalla are in same network, and Firewalla is fully booted, only one green ethernet light flashing (see picture on my router), can you help marrow down what's going on? what's protocol using to discovery?
-
Hi Bruce,
It uses bonjour protocol for discovery.
If you have a MAC, you may try command "dns-sd -B ." in terminal, it will list bonjour services available in local network. see if there is one containing "eph:devhi:netbot"
BTW: The discovery service will automatically stop in one hour after booting up Firewalla for security reason. So you need to pair within the hour, otherwise you need to reboot the device to restart the discovery service.
And because of the wall, the connection between China and AWS may be slow.
Thanks,
Melvin
-
Hi Melvin,
I tried your suggestion, reboot (power cycle) the Firewalla device, then 10 mins later, type the command "dns-sd -B" on my MAC, no "eph:devhi:netbot", I saw one of my other devices which support Bonjour. Also tried other Discovery APP on my iphone (filter protocol Bonjour with HTTP/TCP), no luck.
So I believe that Bonjour discovery service is NOT started on device-end, do you have more suggestions to troubleshooting what's wrong?
-
Please try to ssh login the device:
ssh pi@192.168.1.39
default password is firewalla
The password will be reset to a random one when pairing is successful.
See if you can login in. If so, please paste me the content of /home/pi/logs/FireKick.log
This is the log file for pairing process.
It would be great if you can also do the following:
- cd /home/pi/firewalla/scripts
- bash techsupport
It will gather all the info we need for support, and create a tarball @ /home/pi/tmp/support.tar.gz You can send the attachment to us by sending email to help@firewalla.com
If you are not able to login via ssh, then you might need to try to reflash the microSD card.
Here is the guide for reflash:
https://help.firewalla.com/hc/en-us/articles/115004796633-Flashing-Image
Thanks for the help!
Melvin
-
Hi Melvin,
By your steps, I can login SSH with default password, below are logs, also support.tar.gz is sent to help@firewalla.com
SMB-QA-TEST:~ switch_qa$ ssh pi@192.168.1.15
pi@192.168.1.15's password:
_____ ___ ____ _______ ___ _ _ _
| ___|_ _| _ \| ____\ \ / / \ | | | | / \
| |_ | || |_) | _| \ \ /\ / / _ \ | | | | / _ \
| _| | || _ <| |___ \ V V / ___ \| |___| |___ / ___ \
|_| |___|_| \_\_____| \_/\_/_/ \_\_____|_____/_/ \_\Welcome to FIREWALLA 5.27 stable Ubuntu 16.04.2 LTS 4.10.3-sun8i
System load: 2.99 Up time: 8 min
Memory usage: 27 % of 496Mb IP: 192.168.1.15
CPU temp: 56°C
Usage of /: 7% of 2.5G[ 0 security updates available, 137 updates total: apt upgrade ]
Last check: 2017-04-11 06:25Last login: Mon Mar 27 12:00:04 2017 from 10.0.1.81
pi@Firewalla:~$ ^C
pi@Firewalla:~$ cat FireKick.log
2017-4-11 15:52:41 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:52:41 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:52:41 - info: Found interface eth0 192.168.1.15
2017-4-11 15:52:41 - info: Logging in cloud
2017-4-11 15:52:42 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:52:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:52:53 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:52:54 - info: Loading or creating keys
2017-4-11 15:52:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:52:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:52:53 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:52:54 - info: Checking whether key pair exists already
2017-4-11 15:52:54 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:52:54 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:52:55 - info: Found interface eth0 192.168.1.15
2017-4-11 15:52:55 - info: Key pair exists
2017-4-11 15:52:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:52:55 - info: Logging in cloud
2017-4-11 15:52:56 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:52:56 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:53:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:53:08 - info: Loading or creating keys
2017-4-11 15:53:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:07 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:53:08 - info: Checking whether key pair exists already
2017-4-11 15:53:08 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:53:08 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:53:08 - info: Found interface eth0 192.168.1.15
2017-4-11 15:53:08 - info: Key pair exists
2017-4-11 15:53:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:08 - info: Logging in cloud
2017-4-11 15:53:10 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:53:10 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:53:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:21 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:53:21 - info: Loading or creating keys
2017-4-11 15:53:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:21 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:53:21 - info: Checking whether key pair exists already
2017-4-11 15:53:22 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:53:22 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:53:22 - info: Found interface eth0 192.168.1.15
2017-4-11 15:53:22 - info: Key pair exists
2017-4-11 15:53:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:22 - info: Logging in cloud
2017-4-11 15:53:23 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:53:23 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:53:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:53:35 - info: Loading or creating keys
2017-4-11 15:53:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:53:35 - info: Checking whether key pair exists already
2017-4-11 15:53:36 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:53:36 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:53:36 - info: Found interface eth0 192.168.1.15
2017-4-11 15:53:36 - info: Key pair exists
2017-4-11 15:53:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:36 - info: Logging in cloud
2017-4-11 15:53:37 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:53:37 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:53:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:48 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:53:48 - info: Loading or creating keys
2017-4-11 15:53:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:48 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:53:48 - info: Checking whether key pair exists already
2017-4-11 15:53:49 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:53:49 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:53:49 - info: Found interface eth0 192.168.1.15
2017-4-11 15:53:49 - info: Key pair exists
2017-4-11 15:53:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:53:49 - info: Logging in cloud
2017-4-11 15:53:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:53:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:54:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:03 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:54:03 - info: Loading or creating keys
2017-4-11 15:54:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:03 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:54:03 - info: Checking whether key pair exists already
2017-4-11 15:54:04 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:54:04 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:54:04 - info: Found interface eth0 192.168.1.15
2017-4-11 15:54:04 - info: Key pair exists
2017-4-11 15:54:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:04 - info: Logging in cloud
2017-4-11 15:54:05 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:54:05 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:54:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:16 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:54:17 - info: Loading or creating keys
2017-4-11 15:54:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:16 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:54:17 - info: Checking whether key pair exists already
2017-4-11 15:54:17 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:54:17 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:54:17 - info: Found interface eth0 192.168.1.15
2017-4-11 15:54:18 - info: Key pair exists
2017-4-11 15:54:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:18 - info: Logging in cloud
2017-4-11 15:54:19 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:54:19 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:54:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:30 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:54:30 - info: Loading or creating keys
2017-4-11 15:54:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:30 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:54:30 - info: Checking whether key pair exists already
2017-4-11 15:54:31 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:54:31 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:54:31 - info: Found interface eth0 192.168.1.15
2017-4-11 15:54:31 - info: Key pair exists
2017-4-11 15:54:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:31 - info: Logging in cloud
2017-4-11 15:54:32 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:54:32 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:54:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:43 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:54:44 - info: Loading or creating keys
2017-4-11 15:54:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:43 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:54:44 - info: Checking whether key pair exists already
2017-4-11 15:54:45 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:54:45 - info: Found interface eth0 192.168.1.15
2017-4-11 15:54:45 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:54:45 - info: Key pair exists
2017-4-11 15:54:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:45 - info: Logging in cloud
2017-4-11 15:54:46 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:54:46 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:54:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:58 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:54:58 - info: Loading or creating keys
2017-4-11 15:54:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:58 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:54:58 - info: Checking whether key pair exists already
2017-4-11 15:54:59 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:54:59 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:54:59 - info: Found interface eth0 192.168.1.15
2017-4-11 15:54:59 - info: Key pair exists
2017-4-11 15:54:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:54:59 - info: Logging in cloud
2017-4-11 15:55:00 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:55:00 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:55:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:12 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:55:12 - info: Loading or creating keys
2017-4-11 15:55:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:12 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:55:12 - info: Checking whether key pair exists already
2017-4-11 15:55:13 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:55:13 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:55:13 - info: Found interface eth0 192.168.1.15
2017-4-11 15:55:13 - info: Key pair exists
2017-4-11 15:55:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:13 - info: Logging in cloud
2017-4-11 15:55:14 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:55:14 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:55:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:26 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:55:26 - info: Loading or creating keys
2017-4-11 15:55:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:26 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:55:26 - info: Checking whether key pair exists already
2017-4-11 15:55:27 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:55:27 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:55:27 - info: Found interface eth0 192.168.1.15
2017-4-11 15:55:27 - info: Key pair exists
2017-4-11 15:55:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:27 - info: Logging in cloud
2017-4-11 15:55:28 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:55:28 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:55:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:39 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:55:40 - info: Loading or creating keys
2017-4-11 15:55:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:39 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:55:40 - info: Checking whether key pair exists already
2017-4-11 15:55:41 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:55:41 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:55:41 - info: Found interface eth0 192.168.1.15
2017-4-11 15:55:41 - info: Key pair exists
2017-4-11 15:55:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:41 - info: Logging in cloud
2017-4-11 15:55:42 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:55:42 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:55:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:53 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:55:53 - info: Loading or creating keys
2017-4-11 15:55:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:53 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:55:53 - info: Checking whether key pair exists already
2017-4-11 15:55:54 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:55:54 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:55:54 - info: Found interface eth0 192.168.1.15
2017-4-11 15:55:54 - info: Key pair exists
2017-4-11 15:55:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:55:54 - info: Logging in cloud
2017-4-11 15:55:55 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:55:55 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:56:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:56:07 - info: Loading or creating keys
2017-4-11 15:56:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:07 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:56:07 - info: Checking whether key pair exists already
2017-4-11 15:56:08 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:56:08 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:56:08 - info: Found interface eth0 192.168.1.15
2017-4-11 15:56:08 - info: Key pair exists
2017-4-11 15:56:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:08 - info: Logging in cloud
2017-4-11 15:56:09 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:56:09 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:56:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:20 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:56:21 - info: Loading or creating keys
2017-4-11 15:56:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:20 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:56:21 - info: Checking whether key pair exists already
2017-4-11 15:56:22 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:56:22 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:56:22 - info: Found interface eth0 192.168.1.15
2017-4-11 15:56:22 - info: Key pair exists
2017-4-11 15:56:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:22 - info: Logging in cloud
2017-4-11 15:56:23 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:56:23 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:56:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:56:34 - info: Loading or creating keys
2017-4-11 15:56:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:56:34 - info: Checking whether key pair exists already
2017-4-11 15:56:35 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:56:35 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:56:35 - info: Found interface eth0 192.168.1.15
2017-4-11 15:56:35 - info: Key pair exists
2017-4-11 15:56:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:35 - info: Logging in cloud
2017-4-11 15:56:36 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:56:36 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:56:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:56:48 - info: Loading or creating keys
2017-4-11 15:56:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:56:48 - info: Checking whether key pair exists already
2017-4-11 15:56:49 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:56:49 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:56:49 - info: Found interface eth0 192.168.1.15
2017-4-11 15:56:49 - info: Key pair exists
2017-4-11 15:56:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:56:49 - info: Logging in cloud
2017-4-11 15:56:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:56:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:57:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:02 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:57:02 - info: Loading or creating keys
2017-4-11 15:57:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:02 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:57:02 - info: Checking whether key pair exists already
2017-4-11 15:57:03 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:57:03 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:57:03 - info: Found interface eth0 192.168.1.15
2017-4-11 15:57:03 - info: Key pair exists
2017-4-11 15:57:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:03 - info: Logging in cloud
2017-4-11 15:57:05 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:57:05 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:57:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:16 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:57:16 - info: Loading or creating keys
2017-4-11 15:57:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:16 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:57:16 - info: Checking whether key pair exists already
2017-4-11 15:57:17 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:57:17 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:57:17 - info: Found interface eth0 192.168.1.15
2017-4-11 15:57:17 - info: Key pair exists
2017-4-11 15:57:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:17 - info: Logging in cloud
2017-4-11 15:57:19 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:57:19 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:57:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:30 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:57:31 - info: Loading or creating keys
2017-4-11 15:57:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:30 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:57:31 - info: Checking whether key pair exists already
2017-4-11 15:57:31 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:57:31 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:57:31 - info: Found interface eth0 192.168.1.15
2017-4-11 15:57:31 - info: Key pair exists
2017-4-11 15:57:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:31 - info: Logging in cloud
2017-4-11 15:57:33 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:57:33 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:57:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:44 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:57:44 - info: Loading or creating keys
2017-4-11 15:57:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:44 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:57:44 - info: Checking whether key pair exists already
2017-4-11 15:57:45 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:57:45 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:57:45 - info: Found interface eth0 192.168.1.15
2017-4-11 15:57:45 - info: Key pair exists
2017-4-11 15:57:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:45 - info: Logging in cloud
2017-4-11 15:57:46 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:57:46 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:57:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:57 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:57:58 - info: Loading or creating keys
2017-4-11 15:57:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:57 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:57:58 - info: Checking whether key pair exists already
2017-4-11 15:57:59 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:57:59 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:57:59 - info: Found interface eth0 192.168.1.15
2017-4-11 15:57:59 - info: Key pair exists
2017-4-11 15:57:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:57:59 - info: Logging in cloud
2017-4-11 15:58:00 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:58:00 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:58:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:11 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:58:12 - info: Loading or creating keys
2017-4-11 15:58:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:11 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:58:12 - info: Checking whether key pair exists already
2017-4-11 15:58:12 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:58:12 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:58:12 - info: Found interface eth0 192.168.1.15
2017-4-11 15:58:12 - info: Key pair exists
2017-4-11 15:58:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:13 - info: Logging in cloud
2017-4-11 15:58:14 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:58:14 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:58:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:25 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:58:25 - info: Loading or creating keys
2017-4-11 15:58:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:25 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:58:25 - info: Checking whether key pair exists already
2017-4-11 15:58:26 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:58:26 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:58:26 - info: Found interface eth0 192.168.1.15
2017-4-11 15:58:26 - info: Key pair exists
2017-4-11 15:58:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:26 - info: Logging in cloud
2017-4-11 15:58:27 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:58:27 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:58:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:38 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:58:39 - info: Loading or creating keys
2017-4-11 15:58:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:38 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:58:39 - info: Checking whether key pair exists already
2017-4-11 15:58:39 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:58:40 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:58:40 - info: Found interface eth0 192.168.1.15
2017-4-11 15:58:40 - info: Key pair exists
2017-4-11 15:58:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:40 - info: Logging in cloud
2017-4-11 15:58:41 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:58:41 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:58:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:52 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:58:52 - info: Loading or creating keys
2017-4-11 15:58:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:52 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:58:52 - info: Checking whether key pair exists already
2017-4-11 15:58:53 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:58:53 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:58:53 - info: Found interface eth0 192.168.1.15
2017-4-11 15:58:53 - info: Key pair exists
2017-4-11 15:58:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:58:53 - info: Logging in cloud
2017-4-11 15:58:54 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:58:54 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:59:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:06 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:59:06 - info: Loading or creating keys
2017-4-11 15:59:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:06 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:59:06 - info: Checking whether key pair exists already
2017-4-11 15:59:07 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:59:07 - info: Found interface eth0 192.168.1.15
2017-4-11 15:59:07 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:59:07 - info: Key pair exists
2017-4-11 15:59:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:07 - info: Logging in cloud
2017-4-11 15:59:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:59:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:59:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:59:20 - info: Loading or creating keys
2017-4-11 15:59:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:59:20 - info: Checking whether key pair exists already
2017-4-11 15:59:20 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:59:20 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:59:20 - info: Found interface eth0 192.168.1.15
2017-4-11 15:59:21 - info: Key pair exists
2017-4-11 15:59:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:21 - info: Logging in cloud
2017-4-11 15:59:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:59:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:59:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:33 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:59:33 - info: Loading or creating keys
2017-4-11 15:59:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:33 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:59:33 - info: Checking whether key pair exists already
2017-4-11 15:59:34 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:59:34 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:59:34 - info: Found interface eth0 192.168.1.15
2017-4-11 15:59:34 - info: Key pair exists
2017-4-11 15:59:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:34 - info: Logging in cloud
2017-4-11 15:59:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:59:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 15:59:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 15:59:48 - info: Loading or creating keys
2017-4-11 15:59:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 15:59:48 - info: Checking whether key pair exists already
2017-4-11 15:59:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 15:59:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 15:59:48 - info: Found interface eth0 192.168.1.15
2017-4-11 15:59:48 - info: Key pair exists
2017-4-11 15:59:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 15:59:49 - info: Logging in cloud
2017-4-11 15:59:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 15:59:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:00:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:02 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:00:03 - info: Loading or creating keys
2017-4-11 16:00:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:02 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:00:03 - info: Checking whether key pair exists already
2017-4-11 16:00:03 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:00:03 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:00:04 - info: Found interface eth0 192.168.1.15
2017-4-11 16:00:04 - info: Key pair exists
2017-4-11 16:00:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:04 - info: Logging in cloud
2017-4-11 16:00:05 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:00:05 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:00:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:17 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:00:17 - info: Loading or creating keys
2017-4-11 16:00:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:17 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:00:17 - info: Checking whether key pair exists already
2017-4-11 16:00:18 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:00:18 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:00:18 - info: Found interface eth0 192.168.1.15
2017-4-11 16:00:18 - info: Key pair exists
2017-4-11 16:00:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:18 - info: Logging in cloud
2017-4-11 16:00:19 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:00:19 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:00:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:30 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:00:31 - info: Loading or creating keys
2017-4-11 16:00:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:30 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:00:31 - info: Checking whether key pair exists already
2017-4-11 16:00:31 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:00:31 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:00:32 - info: Found interface eth0 192.168.1.15
2017-4-11 16:00:32 - info: Key pair exists
2017-4-11 16:00:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:32 - info: Logging in cloud
2017-4-11 16:00:33 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:00:33 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:00:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:44 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:00:44 - info: Loading or creating keys
2017-4-11 16:00:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:44 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:00:44 - info: Checking whether key pair exists already
2017-4-11 16:00:45 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:00:45 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:00:45 - info: Found interface eth0 192.168.1.15
2017-4-11 16:00:45 - info: Key pair exists
2017-4-11 16:00:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:45 - info: Logging in cloud
2017-4-11 16:00:46 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:00:46 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:00:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:57 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:00:58 - info: Loading or creating keys
2017-4-11 16:00:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:57 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:00:58 - info: Checking whether key pair exists already
2017-4-11 16:00:58 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:00:58 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:00:59 - info: Found interface eth0 192.168.1.15
2017-4-11 16:00:59 - info: Key pair exists
2017-4-11 16:00:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:00:59 - info: Logging in cloud
2017-4-11 16:01:00 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:01:00 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:01:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:11 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:01:12 - info: Loading or creating keys
2017-4-11 16:01:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:11 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:01:12 - info: Checking whether key pair exists already
2017-4-11 16:01:12 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:01:12 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:01:13 - info: Found interface eth0 192.168.1.15
2017-4-11 16:01:13 - info: Key pair exists
2017-4-11 16:01:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:13 - info: Logging in cloud
2017-4-11 16:01:14 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:01:14 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:01:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:25 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:01:25 - info: Loading or creating keys
2017-4-11 16:01:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:25 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:01:25 - info: Checking whether key pair exists already
2017-4-11 16:01:26 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:01:26 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:01:26 - info: Found interface eth0 192.168.1.15
2017-4-11 16:01:26 - info: Key pair exists
2017-4-11 16:01:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:26 - info: Logging in cloud
2017-4-11 16:01:28 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:01:28 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:01:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:39 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:01:39 - info: Loading or creating keys
2017-4-11 16:01:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:39 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:01:39 - info: Checking whether key pair exists already
2017-4-11 16:01:40 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:01:40 - info: Found interface eth0 192.168.1.15
2017-4-11 16:01:40 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:01:40 - info: Key pair exists
2017-4-11 16:01:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:40 - info: Logging in cloud
2017-4-11 16:01:41 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:01:41 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:01:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:52 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:01:53 - info: Loading or creating keys
2017-4-11 16:01:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:52 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:01:53 - info: Checking whether key pair exists already
2017-4-11 16:01:53 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:01:53 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:01:53 - info: Found interface eth0 192.168.1.15
2017-4-11 16:01:53 - info: Key pair exists
2017-4-11 16:01:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:01:53 - info: Logging in cloud
2017-4-11 16:01:55 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:01:55 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:02:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:06 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:02:06 - info: Loading or creating keys
2017-4-11 16:02:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:06 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:02:06 - info: Checking whether key pair exists already
2017-4-11 16:02:07 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:02:07 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:02:07 - info: Found interface eth0 192.168.1.15
2017-4-11 16:02:07 - info: Key pair exists
2017-4-11 16:02:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:07 - info: Logging in cloud
2017-4-11 16:02:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:02:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:02:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:02:20 - info: Loading or creating keys
2017-4-11 16:02:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:02:20 - info: Checking whether key pair exists already
2017-4-11 16:02:21 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:02:21 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:02:21 - info: Found interface eth0 192.168.1.15
2017-4-11 16:02:21 - info: Key pair exists
2017-4-11 16:02:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:21 - info: Logging in cloud
2017-4-11 16:02:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:02:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:02:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:33 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:02:33 - info: Loading or creating keys
2017-4-11 16:02:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:33 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:02:33 - info: Checking whether key pair exists already
2017-4-11 16:02:34 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:02:34 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:02:34 - info: Found interface eth0 192.168.1.15
2017-4-11 16:02:34 - info: Key pair exists
2017-4-11 16:02:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:34 - info: Logging in cloud
2017-4-11 16:02:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:02:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:02:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:46 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:02:47 - info: Loading or creating keys
2017-4-11 16:02:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:46 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:02:47 - info: Checking whether key pair exists already
2017-4-11 16:02:47 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:02:47 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:02:47 - info: Found interface eth0 192.168.1.15
2017-4-11 16:02:48 - info: Key pair exists
2017-4-11 16:02:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:02:48 - info: Logging in cloud
2017-4-11 16:02:48 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:02:48 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:02:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:00 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:03:01 - info: Loading or creating keys
2017-4-11 16:03:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:00 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:03:01 - info: Checking whether key pair exists already
2017-4-11 16:03:02 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:03:02 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:03:02 - info: Found interface eth0 192.168.1.15
2017-4-11 16:03:02 - info: Key pair exists
2017-4-11 16:03:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:02 - info: Logging in cloud
2017-4-11 16:03:03 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:03:03 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:03:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:14 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:03:15 - info: Loading or creating keys
2017-4-11 16:03:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:14 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:03:15 - info: Checking whether key pair exists already
2017-4-11 16:03:16 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:03:16 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:03:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:03:16 - info: Key pair exists
2017-4-11 16:03:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:16 - info: Logging in cloud
2017-4-11 16:03:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:03:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:03:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:28 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:03:28 - info: Loading or creating keys
2017-4-11 16:03:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:28 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:03:28 - info: Checking whether key pair exists already
2017-4-11 16:03:29 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:03:29 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:03:29 - info: Found interface eth0 192.168.1.15
2017-4-11 16:03:29 - info: Key pair exists
2017-4-11 16:03:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:29 - info: Logging in cloud
2017-4-11 16:03:30 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:03:30 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:03:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:42 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:03:42 - info: Loading or creating keys
2017-4-11 16:03:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:42 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:03:42 - info: Checking whether key pair exists already
2017-4-11 16:03:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:03:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:03:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:03:43 - info: Key pair exists
2017-4-11 16:03:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:43 - info: Logging in cloud
2017-4-11 16:03:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:03:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:03:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:55 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:03:56 - info: Loading or creating keys
2017-4-11 16:03:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:55 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:03:56 - info: Checking whether key pair exists already
2017-4-11 16:03:56 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:03:56 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:03:57 - info: Found interface eth0 192.168.1.15
2017-4-11 16:03:57 - info: Key pair exists
2017-4-11 16:03:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:03:57 - info: Logging in cloud
2017-4-11 16:03:58 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:03:58 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:04:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:09 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:04:09 - info: Loading or creating keys
2017-4-11 16:04:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:09 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:04:09 - info: Checking whether key pair exists already
2017-4-11 16:04:10 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:04:10 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:04:10 - info: Found interface eth0 192.168.1.15
2017-4-11 16:04:10 - info: Key pair exists
2017-4-11 16:04:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:10 - info: Logging in cloud
2017-4-11 16:04:11 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:04:11 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:04:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:22 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:04:23 - info: Loading or creating keys
2017-4-11 16:04:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:22 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:04:23 - info: Checking whether key pair exists already
2017-4-11 16:04:23 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:04:23 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:04:23 - info: Found interface eth0 192.168.1.15
2017-4-11 16:04:24 - info: Key pair exists
2017-4-11 16:04:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:24 - info: Logging in cloud
2017-4-11 16:04:24 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:04:24 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:04:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:36 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:04:36 - info: Loading or creating keys
2017-4-11 16:04:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:36 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:04:36 - info: Checking whether key pair exists already
2017-4-11 16:04:37 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:04:37 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:04:37 - info: Found interface eth0 192.168.1.15
2017-4-11 16:04:37 - info: Key pair exists
2017-4-11 16:04:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:37 - info: Logging in cloud
2017-4-11 16:04:38 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:04:38 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:04:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:49 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:04:50 - info: Loading or creating keys
2017-4-11 16:04:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:49 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:04:50 - info: Checking whether key pair exists already
2017-4-11 16:04:50 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:04:50 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:04:51 - info: Found interface eth0 192.168.1.15
2017-4-11 16:04:51 - info: Key pair exists
2017-4-11 16:04:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:04:51 - info: Logging in cloud
2017-4-11 16:04:52 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:04:52 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:05:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:03 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:05:03 - info: Loading or creating keys
2017-4-11 16:05:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:03 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:05:03 - info: Checking whether key pair exists already
2017-4-11 16:05:04 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:05:04 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:05:04 - info: Found interface eth0 192.168.1.15
2017-4-11 16:05:04 - info: Key pair exists
2017-4-11 16:05:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:04 - info: Logging in cloud
2017-4-11 16:05:05 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:05:05 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:05:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:16 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:05:17 - info: Loading or creating keys
2017-4-11 16:05:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:16 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:05:17 - info: Checking whether key pair exists already
2017-4-11 16:05:17 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:05:17 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:05:18 - info: Found interface eth0 192.168.1.15
2017-4-11 16:05:18 - info: Key pair exists
2017-4-11 16:05:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:18 - info: Logging in cloud
2017-4-11 16:05:19 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:05:19 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:05:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:30 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:05:30 - info: Loading or creating keys
2017-4-11 16:05:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:30 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:05:30 - info: Checking whether key pair exists already
2017-4-11 16:05:31 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:05:31 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:05:31 - info: Found interface eth0 192.168.1.15
2017-4-11 16:05:31 - info: Key pair exists
2017-4-11 16:05:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:31 - info: Logging in cloud
2017-4-11 16:05:32 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:05:32 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:05:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:43 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:05:44 - info: Loading or creating keys
2017-4-11 16:05:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:43 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:05:44 - info: Checking whether key pair exists already
2017-4-11 16:05:44 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:05:44 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:05:44 - info: Found interface eth0 192.168.1.15
2017-4-11 16:05:44 - info: Key pair exists
2017-4-11 16:05:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:44 - info: Logging in cloud
2017-4-11 16:05:45 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:05:45 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:05:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:57 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:05:57 - info: Loading or creating keys
2017-4-11 16:05:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:57 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:05:57 - info: Checking whether key pair exists already
2017-4-11 16:05:58 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:05:58 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:05:58 - info: Found interface eth0 192.168.1.15
2017-4-11 16:05:58 - info: Key pair exists
2017-4-11 16:05:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:05:58 - info: Logging in cloud
2017-4-11 16:05:59 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:05:59 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:06:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:11 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:06:11 - info: Loading or creating keys
2017-4-11 16:06:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:11 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:06:11 - info: Checking whether key pair exists already
2017-4-11 16:06:12 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:06:12 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:06:12 - info: Found interface eth0 192.168.1.15
2017-4-11 16:06:12 - info: Key pair exists
2017-4-11 16:06:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:12 - info: Logging in cloud
2017-4-11 16:06:13 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:06:13 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:06:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:24 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:06:25 - info: Loading or creating keys
2017-4-11 16:06:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:24 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:06:25 - info: Checking whether key pair exists already
2017-4-11 16:06:26 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:06:26 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:06:26 - info: Found interface eth0 192.168.1.15
2017-4-11 16:06:26 - info: Key pair exists
2017-4-11 16:06:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:26 - info: Logging in cloud
2017-4-11 16:06:27 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:06:27 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:06:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:38 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:06:38 - info: Loading or creating keys
2017-4-11 16:06:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:38 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:06:38 - info: Checking whether key pair exists already
2017-4-11 16:06:39 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:06:39 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:06:39 - info: Found interface eth0 192.168.1.15
2017-4-11 16:06:39 - info: Key pair exists
2017-4-11 16:06:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:39 - info: Logging in cloud
2017-4-11 16:06:40 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:06:40 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:06:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:51 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:06:52 - info: Loading or creating keys
2017-4-11 16:06:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:51 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:06:52 - info: Checking whether key pair exists already
2017-4-11 16:06:53 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:06:53 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:06:53 - info: Found interface eth0 192.168.1.15
2017-4-11 16:06:53 - info: Key pair exists
2017-4-11 16:06:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:06:53 - info: Logging in cloud
2017-4-11 16:06:54 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:06:54 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:07:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:05 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:07:06 - info: Loading or creating keys
2017-4-11 16:07:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:05 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:07:06 - info: Checking whether key pair exists already
2017-4-11 16:07:06 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:07:06 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:07:06 - info: Found interface eth0 192.168.1.15
2017-4-11 16:07:07 - info: Key pair exists
2017-4-11 16:07:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:07 - info: Logging in cloud
2017-4-11 16:07:09 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:07:09 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:07:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:20 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:07:21 - info: Loading or creating keys
2017-4-11 16:07:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:20 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:07:21 - info: Checking whether key pair exists already
2017-4-11 16:07:21 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:07:21 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:07:21 - info: Found interface eth0 192.168.1.15
2017-4-11 16:07:22 - info: Key pair exists
2017-4-11 16:07:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:22 - info: Logging in cloud
2017-4-11 16:07:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:07:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:07:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:07:34 - info: Loading or creating keys
2017-4-11 16:07:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:07:34 - info: Checking whether key pair exists already
2017-4-11 16:07:35 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:07:35 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:07:35 - info: Found interface eth0 192.168.1.15
2017-4-11 16:07:35 - info: Key pair exists
2017-4-11 16:07:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:35 - info: Logging in cloud
2017-4-11 16:07:36 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:07:36 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:07:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:07:47 - info: Loading or creating keys
2017-4-11 16:07:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:07:47 - info: Checking whether key pair exists already
2017-4-11 16:07:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:07:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:07:48 - info: Found interface eth0 192.168.1.15
2017-4-11 16:07:48 - info: Key pair exists
2017-4-11 16:07:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:07:48 - info: Logging in cloud
2017-4-11 16:07:49 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:07:49 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:08:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:00 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:08:01 - info: Loading or creating keys
2017-4-11 16:08:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:00 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:08:01 - info: Checking whether key pair exists already
2017-4-11 16:08:02 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:08:02 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:08:02 - info: Found interface eth0 192.168.1.15
2017-4-11 16:08:02 - info: Key pair exists
2017-4-11 16:08:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:02 - info: Logging in cloud
2017-4-11 16:08:03 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:08:03 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:08:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:14 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:08:15 - info: Loading or creating keys
2017-4-11 16:08:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:14 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:08:15 - info: Checking whether key pair exists already
2017-4-11 16:08:15 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:08:15 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:08:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:08:16 - info: Key pair exists
2017-4-11 16:08:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:16 - info: Logging in cloud
2017-4-11 16:08:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:08:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:08:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:28 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:08:28 - info: Loading or creating keys
2017-4-11 16:08:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:28 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:08:28 - info: Checking whether key pair exists already
2017-4-11 16:08:29 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:08:29 - info: Found interface eth0 192.168.1.15
2017-4-11 16:08:29 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:08:29 - info: Key pair exists
2017-4-11 16:08:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:29 - info: Logging in cloud
2017-4-11 16:08:30 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:08:30 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:08:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:41 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:08:42 - info: Loading or creating keys
2017-4-11 16:08:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:41 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:08:42 - info: Checking whether key pair exists already
2017-4-11 16:08:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:08:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:08:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:08:43 - info: Key pair exists
2017-4-11 16:08:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:43 - info: Logging in cloud
2017-4-11 16:08:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:08:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:08:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:55 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:08:55 - info: Loading or creating keys
2017-4-11 16:08:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:55 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:08:55 - info: Checking whether key pair exists already
2017-4-11 16:08:56 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:08:56 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:08:56 - info: Found interface eth0 192.168.1.15
2017-4-11 16:08:56 - info: Key pair exists
2017-4-11 16:08:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:08:56 - info: Logging in cloud
2017-4-11 16:08:57 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:08:57 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:09:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:09 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:09:10 - info: Loading or creating keys
2017-4-11 16:09:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:09 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:09:10 - info: Checking whether key pair exists already
2017-4-11 16:09:10 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:09:10 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:09:11 - info: Found interface eth0 192.168.1.15
2017-4-11 16:09:11 - info: Key pair exists
2017-4-11 16:09:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:11 - info: Logging in cloud
2017-4-11 16:09:12 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:09:12 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:09:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:22 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:09:23 - info: Loading or creating keys
2017-4-11 16:09:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:23 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:09:23 - info: Checking whether key pair exists already
2017-4-11 16:09:24 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:09:24 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:09:24 - info: Found interface eth0 192.168.1.15
2017-4-11 16:09:24 - info: Key pair exists
2017-4-11 16:09:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:24 - info: Logging in cloud
2017-4-11 16:09:25 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:09:25 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:09:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:36 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:09:36 - info: Loading or creating keys
2017-4-11 16:09:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:36 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:09:36 - info: Checking whether key pair exists already
2017-4-11 16:09:37 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:09:37 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:09:37 - info: Found interface eth0 192.168.1.15
2017-4-11 16:09:37 - info: Key pair exists
2017-4-11 16:09:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:37 - info: Logging in cloud
2017-4-11 16:09:38 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:09:38 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:09:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:49 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:09:50 - info: Loading or creating keys
2017-4-11 16:09:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:49 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:09:50 - info: Checking whether key pair exists already
2017-4-11 16:09:50 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:09:50 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:09:51 - info: Found interface eth0 192.168.1.15
2017-4-11 16:09:51 - info: Key pair exists
2017-4-11 16:09:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:09:51 - info: Logging in cloud
2017-4-11 16:09:52 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:09:52 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:10:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:03 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:10:03 - info: Loading or creating keys
2017-4-11 16:10:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:03 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:10:03 - info: Checking whether key pair exists already
2017-4-11 16:10:04 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:10:04 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:10:04 - info: Found interface eth0 192.168.1.15
2017-4-11 16:10:04 - info: Key pair exists
2017-4-11 16:10:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:04 - info: Logging in cloud
2017-4-11 16:10:05 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:10:05 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:10:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:17 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:10:17 - info: Loading or creating keys
2017-4-11 16:10:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:17 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:10:17 - info: Checking whether key pair exists already
2017-4-11 16:10:18 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:10:18 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:10:18 - info: Found interface eth0 192.168.1.15
2017-4-11 16:10:18 - info: Key pair exists
2017-4-11 16:10:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:18 - info: Logging in cloud
2017-4-11 16:10:19 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:10:19 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:10:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:30 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:10:30 - info: Loading or creating keys
2017-4-11 16:10:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:30 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:10:30 - info: Checking whether key pair exists already
2017-4-11 16:10:31 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:10:31 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:10:31 - info: Found interface eth0 192.168.1.15
2017-4-11 16:10:31 - info: Key pair exists
2017-4-11 16:10:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:31 - info: Logging in cloud
2017-4-11 16:10:32 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:10:32 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:10:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:43 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:10:44 - info: Loading or creating keys
2017-4-11 16:10:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:43 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:10:44 - info: Checking whether key pair exists already
2017-4-11 16:10:45 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:10:45 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:10:45 - info: Found interface eth0 192.168.1.15
2017-4-11 16:10:45 - info: Key pair exists
2017-4-11 16:10:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:45 - info: Logging in cloud
2017-4-11 16:10:46 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:10:46 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:10:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:57 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:10:57 - info: Loading or creating keys
2017-4-11 16:10:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:57 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:10:57 - info: Checking whether key pair exists already
2017-4-11 16:10:58 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:10:58 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:10:58 - info: Found interface eth0 192.168.1.15
2017-4-11 16:10:58 - info: Key pair exists
2017-4-11 16:10:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:10:58 - info: Logging in cloud
2017-4-11 16:10:59 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:10:59 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:11:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:11 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:11:11 - info: Loading or creating keys
2017-4-11 16:11:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:11 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:11:11 - info: Checking whether key pair exists already
2017-4-11 16:11:12 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:11:12 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:11:12 - info: Found interface eth0 192.168.1.15
2017-4-11 16:11:12 - info: Key pair exists
2017-4-11 16:11:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:12 - info: Logging in cloud
2017-4-11 16:11:13 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:11:13 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:11:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:24 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:11:25 - info: Loading or creating keys
2017-4-11 16:11:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:24 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:11:25 - info: Checking whether key pair exists already
2017-4-11 16:11:25 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:11:25 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:11:26 - info: Found interface eth0 192.168.1.15
2017-4-11 16:11:26 - info: Key pair exists
2017-4-11 16:11:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:26 - info: Logging in cloud
2017-4-11 16:11:27 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:11:27 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:11:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:38 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:11:38 - info: Loading or creating keys
2017-4-11 16:11:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:38 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:11:38 - info: Checking whether key pair exists already
2017-4-11 16:11:39 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:11:39 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:11:39 - info: Found interface eth0 192.168.1.15
2017-4-11 16:11:39 - info: Key pair exists
2017-4-11 16:11:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:39 - info: Logging in cloud
2017-4-11 16:11:40 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:11:40 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:11:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:51 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:11:52 - info: Loading or creating keys
2017-4-11 16:11:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:51 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:11:52 - info: Checking whether key pair exists already
2017-4-11 16:11:53 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:11:53 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:11:53 - info: Found interface eth0 192.168.1.15
2017-4-11 16:11:53 - info: Key pair exists
2017-4-11 16:11:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:11:53 - info: Logging in cloud
2017-4-11 16:11:54 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:11:54 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:12:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:06 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:12:06 - info: Loading or creating keys
2017-4-11 16:12:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:06 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:12:06 - info: Checking whether key pair exists already
2017-4-11 16:12:07 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:12:07 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:12:07 - info: Found interface eth0 192.168.1.15
2017-4-11 16:12:07 - info: Key pair exists
2017-4-11 16:12:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:07 - info: Logging in cloud
2017-4-11 16:12:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:12:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:12:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:12:20 - info: Loading or creating keys
2017-4-11 16:12:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:12:20 - info: Checking whether key pair exists already
2017-4-11 16:12:20 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:12:20 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:12:21 - info: Found interface eth0 192.168.1.15
2017-4-11 16:12:21 - info: Key pair exists
2017-4-11 16:12:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:21 - info: Logging in cloud
2017-4-11 16:12:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:12:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:12:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:33 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:12:33 - info: Loading or creating keys
2017-4-11 16:12:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:33 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:12:33 - info: Checking whether key pair exists already
2017-4-11 16:12:34 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:12:34 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:12:34 - info: Found interface eth0 192.168.1.15
2017-4-11 16:12:34 - info: Key pair exists
2017-4-11 16:12:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:34 - info: Logging in cloud
2017-4-11 16:12:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:12:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:12:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:46 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:12:47 - info: Loading or creating keys
2017-4-11 16:12:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:46 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:12:47 - info: Checking whether key pair exists already
2017-4-11 16:12:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:12:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:12:48 - info: Found interface eth0 192.168.1.15
2017-4-11 16:12:48 - info: Key pair exists
2017-4-11 16:12:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:12:48 - info: Logging in cloud
2017-4-11 16:12:49 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:12:49 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:12:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:00 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:13:00 - info: Loading or creating keys
2017-4-11 16:13:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:00 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:13:00 - info: Checking whether key pair exists already
2017-4-11 16:13:01 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:13:01 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:13:01 - info: Found interface eth0 192.168.1.15
2017-4-11 16:13:01 - info: Key pair exists
2017-4-11 16:13:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:01 - info: Logging in cloud
2017-4-11 16:13:02 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:13:02 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:13:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:13 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:13:14 - info: Loading or creating keys
2017-4-11 16:13:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:13 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:13:14 - info: Checking whether key pair exists already
2017-4-11 16:13:14 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:13:14 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:13:14 - info: Found interface eth0 192.168.1.15
2017-4-11 16:13:14 - info: Key pair exists
2017-4-11 16:13:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:15 - info: Logging in cloud
2017-4-11 16:13:15 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:13:15 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:13:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:27 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:13:27 - info: Loading or creating keys
2017-4-11 16:13:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:27 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:13:27 - info: Checking whether key pair exists already
2017-4-11 16:13:28 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:13:28 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:13:28 - info: Found interface eth0 192.168.1.15
2017-4-11 16:13:28 - info: Key pair exists
2017-4-11 16:13:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:28 - info: Logging in cloud
2017-4-11 16:13:29 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:13:29 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:13:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:40 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:13:41 - info: Loading or creating keys
2017-4-11 16:13:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:40 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:13:41 - info: Checking whether key pair exists already
2017-4-11 16:13:41 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:13:41 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:13:41 - info: Found interface eth0 192.168.1.15
2017-4-11 16:13:42 - info: Key pair exists
2017-4-11 16:13:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:42 - info: Logging in cloud
2017-4-11 16:13:43 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:13:43 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:13:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:54 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:13:54 - info: Loading or creating keys
2017-4-11 16:13:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:54 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:13:54 - info: Checking whether key pair exists already
2017-4-11 16:13:55 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:13:55 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:13:55 - info: Found interface eth0 192.168.1.15
2017-4-11 16:13:55 - info: Key pair exists
2017-4-11 16:13:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:13:55 - info: Logging in cloud
2017-4-11 16:13:56 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:13:56 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:14:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:08 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:14:09 - info: Loading or creating keys
2017-4-11 16:14:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:08 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:14:09 - info: Checking whether key pair exists already
2017-4-11 16:14:09 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:14:09 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:14:09 - info: Found interface eth0 192.168.1.15
2017-4-11 16:14:10 - info: Key pair exists
2017-4-11 16:14:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:10 - info: Logging in cloud
2017-4-11 16:14:10 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:14:10 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:14:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:23 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:14:23 - info: Loading or creating keys
2017-4-11 16:14:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:23 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:14:23 - info: Checking whether key pair exists already
2017-4-11 16:14:24 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:14:24 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:14:24 - info: Found interface eth0 192.168.1.15
2017-4-11 16:14:24 - info: Key pair exists
2017-4-11 16:14:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:24 - info: Logging in cloud
2017-4-11 16:14:25 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:14:25 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:14:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:37 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:14:37 - info: Loading or creating keys
2017-4-11 16:14:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:37 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:14:37 - info: Checking whether key pair exists already
2017-4-11 16:14:38 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:14:38 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:14:38 - info: Found interface eth0 192.168.1.15
2017-4-11 16:14:38 - info: Key pair exists
2017-4-11 16:14:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:38 - info: Logging in cloud
2017-4-11 16:14:39 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:14:39 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:14:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:50 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:14:51 - info: Loading or creating keys
2017-4-11 16:14:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:50 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:14:51 - info: Checking whether key pair exists already
2017-4-11 16:14:51 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:14:51 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:14:52 - info: Found interface eth0 192.168.1.15
2017-4-11 16:14:52 - info: Key pair exists
2017-4-11 16:14:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:14:52 - info: Logging in cloud
2017-4-11 16:14:53 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:14:53 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:15:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:05 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:15:06 - info: Loading or creating keys
2017-4-11 16:15:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:05 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:15:06 - info: Checking whether key pair exists already
2017-4-11 16:15:06 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:15:06 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:15:06 - info: Found interface eth0 192.168.1.15
2017-4-11 16:15:07 - info: Key pair exists
2017-4-11 16:15:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:07 - info: Logging in cloud
2017-4-11 16:15:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:15:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:15:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:15:19 - info: Loading or creating keys
2017-4-11 16:15:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:15:19 - info: Checking whether key pair exists already
2017-4-11 16:15:20 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:15:20 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:15:20 - info: Found interface eth0 192.168.1.15
2017-4-11 16:15:20 - info: Key pair exists
2017-4-11 16:15:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:20 - info: Logging in cloud
2017-4-11 16:15:21 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:15:21 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:15:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:32 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:15:33 - info: Loading or creating keys
2017-4-11 16:15:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:32 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:15:33 - info: Checking whether key pair exists already
2017-4-11 16:15:34 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:15:34 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:15:34 - info: Found interface eth0 192.168.1.15
2017-4-11 16:15:34 - info: Key pair exists
2017-4-11 16:15:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:34 - info: Logging in cloud
2017-4-11 16:15:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:15:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:15:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:46 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:15:46 - info: Loading or creating keys
2017-4-11 16:15:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:46 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:15:46 - info: Checking whether key pair exists already
2017-4-11 16:15:47 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:15:47 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:15:47 - info: Found interface eth0 192.168.1.15
2017-4-11 16:15:47 - info: Key pair exists
2017-4-11 16:15:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:47 - info: Logging in cloud
2017-4-11 16:15:48 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:15:48 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:15:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:59 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:16:00 - info: Loading or creating keys
2017-4-11 16:15:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:15:59 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:16:00 - info: Checking whether key pair exists already
2017-4-11 16:16:01 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:16:01 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:16:01 - info: Found interface eth0 192.168.1.15
2017-4-11 16:16:01 - info: Key pair exists
2017-4-11 16:16:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:01 - info: Logging in cloud
2017-4-11 16:16:02 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:16:02 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:16:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:13 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:16:14 - info: Loading or creating keys
2017-4-11 16:16:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:13 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:16:14 - info: Checking whether key pair exists already
2017-4-11 16:16:14 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:16:14 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:16:14 - info: Found interface eth0 192.168.1.15
2017-4-11 16:16:14 - info: Key pair exists
2017-4-11 16:16:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:14 - info: Logging in cloud
2017-4-11 16:16:15 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:16:15 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:16:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:27 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:16:27 - info: Loading or creating keys
2017-4-11 16:16:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:27 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:16:27 - info: Checking whether key pair exists already
2017-4-11 16:16:28 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:16:28 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:16:28 - info: Found interface eth0 192.168.1.15
2017-4-11 16:16:28 - info: Key pair exists
2017-4-11 16:16:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:28 - info: Logging in cloud
2017-4-11 16:16:29 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:16:29 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:16:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:40 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:16:41 - info: Loading or creating keys
2017-4-11 16:16:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:40 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:16:41 - info: Checking whether key pair exists already
2017-4-11 16:16:42 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:16:42 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:16:42 - info: Found interface eth0 192.168.1.15
2017-4-11 16:16:42 - info: Key pair exists
2017-4-11 16:16:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:42 - info: Logging in cloud
2017-4-11 16:16:43 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:16:43 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:16:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:54 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:16:54 - info: Loading or creating keys
2017-4-11 16:16:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:54 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:16:54 - info: Checking whether key pair exists already
2017-4-11 16:16:55 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:16:55 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:16:55 - info: Found interface eth0 192.168.1.15
2017-4-11 16:16:55 - info: Key pair exists
2017-4-11 16:16:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:16:55 - info: Logging in cloud
2017-4-11 16:16:56 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:16:56 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:17:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:08 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:17:09 - info: Loading or creating keys
2017-4-11 16:17:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:08 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:17:09 - info: Checking whether key pair exists already
2017-4-11 16:17:10 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:17:10 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:17:10 - info: Found interface eth0 192.168.1.15
2017-4-11 16:17:10 - info: Key pair exists
2017-4-11 16:17:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:10 - info: Logging in cloud
2017-4-11 16:17:11 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:17:11 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:17:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:22 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:17:22 - info: Loading or creating keys
2017-4-11 16:17:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:22 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:17:22 - info: Checking whether key pair exists already
2017-4-11 16:17:23 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:17:23 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:17:23 - info: Found interface eth0 192.168.1.15
2017-4-11 16:17:23 - info: Key pair exists
2017-4-11 16:17:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:23 - info: Logging in cloud
2017-4-11 16:17:24 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:17:24 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:17:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:35 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:17:36 - info: Loading or creating keys
2017-4-11 16:17:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:35 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:17:36 - info: Checking whether key pair exists already
2017-4-11 16:17:37 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:17:37 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:17:37 - info: Found interface eth0 192.168.1.15
2017-4-11 16:17:37 - info: Key pair exists
2017-4-11 16:17:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:37 - info: Logging in cloud
2017-4-11 16:17:38 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:17:38 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:17:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:49 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:17:50 - info: Loading or creating keys
2017-4-11 16:17:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:49 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:17:50 - info: Checking whether key pair exists already
2017-4-11 16:17:51 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:17:51 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:17:51 - info: Found interface eth0 192.168.1.15
2017-4-11 16:17:51 - info: Key pair exists
2017-4-11 16:17:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:17:51 - info: Logging in cloud
2017-4-11 16:17:52 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:17:52 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:18:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:04 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:18:04 - info: Loading or creating keys
2017-4-11 16:18:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:04 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:18:04 - info: Checking whether key pair exists already
2017-4-11 16:18:05 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:18:05 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:18:05 - info: Found interface eth0 192.168.1.15
2017-4-11 16:18:05 - info: Key pair exists
2017-4-11 16:18:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:05 - info: Logging in cloud
2017-4-11 16:18:07 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:18:07 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:18:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:18 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:18:18 - info: Loading or creating keys
2017-4-11 16:18:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:18 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:18:18 - info: Checking whether key pair exists already
2017-4-11 16:18:19 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:18:19 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:18:19 - info: Found interface eth0 192.168.1.15
2017-4-11 16:18:19 - info: Key pair exists
2017-4-11 16:18:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:19 - info: Logging in cloud
2017-4-11 16:18:20 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:18:20 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:18:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:31 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:18:32 - info: Loading or creating keys
2017-4-11 16:18:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:31 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:18:32 - info: Checking whether key pair exists already
2017-4-11 16:18:32 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:18:32 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:18:32 - info: Found interface eth0 192.168.1.15
2017-4-11 16:18:33 - info: Key pair exists
2017-4-11 16:18:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:33 - info: Logging in cloud
2017-4-11 16:18:34 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:18:34 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:18:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:45 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:18:45 - info: Loading or creating keys
2017-4-11 16:18:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:45 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:18:45 - info: Checking whether key pair exists already
2017-4-11 16:18:46 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:18:46 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:18:46 - info: Found interface eth0 192.168.1.15
2017-4-11 16:18:46 - info: Key pair exists
2017-4-11 16:18:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:46 - info: Logging in cloud
2017-4-11 16:18:47 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:18:47 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:18:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:58 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:18:58 - info: Loading or creating keys
2017-4-11 16:18:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:58 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:18:58 - info: Checking whether key pair exists already
2017-4-11 16:18:59 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:18:59 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:18:59 - info: Found interface eth0 192.168.1.15
2017-4-11 16:18:59 - info: Key pair exists
2017-4-11 16:18:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:18:59 - info: Logging in cloud
2017-4-11 16:19:01 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:01 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:13 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:13 - info: Loading or creating keys
2017-4-11 16:19:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:13 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:13 - info: Checking whether key pair exists already
2017-4-11 16:19:14 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:14 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:14 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:14 - info: Key pair exists
2017-4-11 16:19:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:14 - info: Logging in cloud
2017-4-11 16:19:15 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:15 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:26 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:27 - info: Loading or creating keys
2017-4-11 16:19:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:26 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:27 - info: Checking whether key pair exists already
2017-4-11 16:19:28 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:28 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:28 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:28 - info: Key pair exists
2017-4-11 16:19:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:28 - info: Logging in cloud
2017-4-11 16:19:29 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:29 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:40 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:40 - info: Loading or creating keys
2017-4-11 16:19:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:40 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:40 - info: Checking whether key pair exists already
2017-4-11 16:19:41 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:41 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:41 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:41 - info: Key pair exists
2017-4-11 16:19:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:41 - info: Logging in cloud
2017-4-11 16:19:42 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:42 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:53 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:54 - info: Loading or creating keys
2017-4-11 16:19:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:53 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:54 - info: Checking whether key pair exists already
2017-4-11 16:19:55 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:55 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:55 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:55 - info: Key pair exists
2017-4-11 16:19:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:55 - info: Logging in cloud
2017-4-11 16:19:56 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:56 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:08 - info: Loading or creating keys
2017-4-11 16:20:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:07 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:08 - info: Checking whether key pair exists already
2017-4-11 16:20:08 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:08 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:08 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:08 - info: Key pair exists
2017-4-11 16:20:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:08 - info: Logging in cloud
2017-4-11 16:20:09 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:09 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:21 - info: Loading or creating keys
2017-4-11 16:20:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:21 - info: Checking whether key pair exists already
2017-4-11 16:20:22 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:22 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:22 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:22 - info: Key pair exists
2017-4-11 16:20:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:22 - info: Logging in cloud
2017-4-11 16:20:23 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:23 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:35 - info: Loading or creating keys
2017-4-11 16:20:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:35 - info: Checking whether key pair exists already
2017-4-11 16:20:35 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:35 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:35 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:36 - info: Key pair exists
2017-4-11 16:20:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:36 - info: Logging in cloud
2017-4-11 16:20:37 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:37 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:48 - info: Loading or creating keys
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:48 - info: Checking whether key pair exists already
2017-4-11 16:20:49 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:49 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:49 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:49 - info: Key pair exists
2017-4-11 16:20:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:49 - info: Logging in cloud
2017-4-11 16:20:51 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:51 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:11 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:12 - info: Loading or creating keys
2017-4-11 16:19:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:11 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:12 - info: Checking whether key pair exists already
2017-4-11 16:19:13 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:13 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:13 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:13 - info: Key pair exists
2017-4-11 16:19:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:13 - info: Logging in cloud
2017-4-11 16:19:14 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:14 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:26 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:26 - info: Loading or creating keys
2017-4-11 16:19:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:26 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:26 - info: Checking whether key pair exists already
2017-4-11 16:19:27 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:27 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:27 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:27 - info: Key pair exists
2017-4-11 16:19:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:27 - info: Logging in cloud
2017-4-11 16:19:28 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:28 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:40 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:40 - info: Loading or creating keys
2017-4-11 16:19:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:40 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:40 - info: Checking whether key pair exists already
2017-4-11 16:19:41 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:41 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:41 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:41 - info: Key pair exists
2017-4-11 16:19:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:41 - info: Logging in cloud
2017-4-11 16:19:42 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:42 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:19:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:53 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:19:54 - info: Loading or creating keys
2017-4-11 16:19:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:53 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:19:54 - info: Checking whether key pair exists already
2017-4-11 16:19:54 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:19:54 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:19:54 - info: Found interface eth0 192.168.1.15
2017-4-11 16:19:55 - info: Key pair exists
2017-4-11 16:19:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:19:55 - info: Logging in cloud
2017-4-11 16:19:56 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:19:56 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:07 - info: Loading or creating keys
2017-4-11 16:20:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:07 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:07 - info: Checking whether key pair exists already
2017-4-11 16:20:08 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:08 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:08 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:08 - info: Key pair exists
2017-4-11 16:20:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:08 - info: Logging in cloud
2017-4-11 16:20:09 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:09 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:21 - info: Loading or creating keys
2017-4-11 16:20:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:21 - info: Checking whether key pair exists already
2017-4-11 16:20:22 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:22 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:22 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:22 - info: Key pair exists
2017-4-11 16:20:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:22 - info: Logging in cloud
2017-4-11 16:20:23 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:23 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:35 - info: Loading or creating keys
2017-4-11 16:20:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:35 - info: Checking whether key pair exists already
2017-4-11 16:20:35 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:35 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:36 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:36 - info: Key pair exists
2017-4-11 16:20:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:36 - info: Logging in cloud
2017-4-11 16:20:37 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:37 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:48 - info: Loading or creating keys
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:48 - info: Checking whether key pair exists already
2017-4-11 16:20:49 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:49 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:49 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:49 - info: Key pair exists
2017-4-11 16:20:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:49 - info: Logging in cloud
2017-4-11 16:20:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:03 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:04 - info: Loading or creating keys
2017-4-11 16:21:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:03 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:04 - info: Checking whether key pair exists already
2017-4-11 16:21:04 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:04 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:04 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:05 - info: Key pair exists
2017-4-11 16:21:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:05 - info: Logging in cloud
2017-4-11 16:21:06 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:06 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:17 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:17 - info: Loading or creating keys
2017-4-11 16:21:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:17 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:17 - info: Checking whether key pair exists already
2017-4-11 16:21:18 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:18 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:18 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:18 - info: Key pair exists
2017-4-11 16:21:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:18 - info: Logging in cloud
2017-4-11 16:21:19 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:19 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:30 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:31 - info: Loading or creating keys
2017-4-11 16:21:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:30 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:31 - info: Checking whether key pair exists already
2017-4-11 16:21:32 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:32 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:32 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:32 - info: Key pair exists
2017-4-11 16:21:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:32 - info: Logging in cloud
2017-4-11 16:21:33 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:33 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:44 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:44 - info: Loading or creating keys
2017-4-11 16:21:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:44 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:44 - info: Checking whether key pair exists already
2017-4-11 16:21:45 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:45 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:45 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:45 - info: Key pair exists
2017-4-11 16:21:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:45 - info: Logging in cloud
2017-4-11 16:21:46 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:46 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:58 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:58 - info: Loading or creating keys
2017-4-11 16:21:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:58 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:58 - info: Checking whether key pair exists already
2017-4-11 16:21:59 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:59 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:59 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:59 - info: Key pair exists
2017-4-11 16:21:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:59 - info: Logging in cloud
2017-4-11 16:22:00 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:00 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:12 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:12 - info: Loading or creating keys
2017-4-11 16:22:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:12 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:12 - info: Checking whether key pair exists already
2017-4-11 16:22:13 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:13 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:13 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:13 - info: Key pair exists
2017-4-11 16:22:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:13 - info: Logging in cloud
2017-4-11 16:22:14 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:14 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:25 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:26 - info: Loading or creating keys
2017-4-11 16:22:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:25 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:26 - info: Checking whether key pair exists already
2017-4-11 16:22:26 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:26 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:26 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:27 - info: Key pair exists
2017-4-11 16:22:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:27 - info: Logging in cloud
2017-4-11 16:22:28 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:28 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:39 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:39 - info: Loading or creating keys
2017-4-11 16:22:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:39 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:39 - info: Checking whether key pair exists already
2017-4-11 16:22:40 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:40 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:40 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:40 - info: Key pair exists
2017-4-11 16:22:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:40 - info: Logging in cloud
2017-4-11 16:22:41 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:41 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:52 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:53 - info: Loading or creating keys
2017-4-11 16:22:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:52 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:53 - info: Checking whether key pair exists already
2017-4-11 16:22:54 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:54 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:54 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:54 - info: Key pair exists
2017-4-11 16:22:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:54 - info: Logging in cloud
2017-4-11 16:22:55 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:55 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:06 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:07 - info: Loading or creating keys
2017-4-11 16:23:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:06 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:07 - info: Checking whether key pair exists already
2017-4-11 16:23:08 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:08 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:08 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:08 - info: Key pair exists
2017-4-11 16:23:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:08 - info: Logging in cloud
2017-4-11 16:23:09 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:09 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:20 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:20 - info: Loading or creating keys
2017-4-11 16:23:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:20 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:20 - info: Checking whether key pair exists already
2017-4-11 16:23:21 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:21 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:21 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:21 - info: Key pair exists
2017-4-11 16:23:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:21 - info: Logging in cloud
2017-4-11 16:23:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:33 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:34 - info: Loading or creating keys
2017-4-11 16:23:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:33 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:34 - info: Checking whether key pair exists already
2017-4-11 16:23:35 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:35 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:35 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:35 - info: Key pair exists
2017-4-11 16:23:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:35 - info: Logging in cloud
2017-4-11 16:23:36 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:36 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:48 - info: Loading or creating keys
2017-4-11 16:23:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:48 - info: Checking whether key pair exists already
2017-4-11 16:23:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:48 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:49 - info: Key pair exists
2017-4-11 16:23:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:49 - info: Logging in cloud
2017-4-11 16:23:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:06 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:06 - info: Loading or creating keys
2017-4-11 16:20:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:06 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:06 - info: Checking whether key pair exists already
2017-4-11 16:20:07 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:07 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:07 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:07 - info: Key pair exists
2017-4-11 16:20:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:07 - info: Logging in cloud
2017-4-11 16:20:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:20 - info: Loading or creating keys
2017-4-11 16:20:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:20 - info: Checking whether key pair exists already
2017-4-11 16:20:21 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:21 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:21 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:21 - info: Key pair exists
2017-4-11 16:20:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:21 - info: Logging in cloud
2017-4-11 16:20:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:33 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:34 - info: Loading or creating keys
2017-4-11 16:20:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:33 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:34 - info: Checking whether key pair exists already
2017-4-11 16:20:34 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:34 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:34 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:34 - info: Key pair exists
2017-4-11 16:20:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:34 - info: Logging in cloud
2017-4-11 16:20:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:20:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:20:47 - info: Loading or creating keys
2017-4-11 16:20:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:20:47 - info: Checking whether key pair exists already
2017-4-11 16:20:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:20:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:20:48 - info: Found interface eth0 192.168.1.15
2017-4-11 16:20:48 - info: Key pair exists
2017-4-11 16:20:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:20:48 - info: Logging in cloud
2017-4-11 16:20:49 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:20:49 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:01 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:02 - info: Loading or creating keys
2017-4-11 16:21:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:01 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:02 - info: Checking whether key pair exists already
2017-4-11 16:21:03 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:03 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:03 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:03 - info: Key pair exists
2017-4-11 16:21:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:03 - info: Logging in cloud
2017-4-11 16:21:04 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:04 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:16 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:16 - info: Loading or creating keys
2017-4-11 16:21:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:16 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:16 - info: Checking whether key pair exists already
2017-4-11 16:21:17 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:17 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:17 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:17 - info: Key pair exists
2017-4-11 16:21:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:17 - info: Logging in cloud
2017-4-11 16:21:18 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:18 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:29 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:30 - info: Loading or creating keys
2017-4-11 16:21:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:29 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:30 - info: Checking whether key pair exists already
2017-4-11 16:21:30 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:30 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:30 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:31 - info: Key pair exists
2017-4-11 16:21:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:31 - info: Logging in cloud
2017-4-11 16:21:32 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:32 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:43 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:43 - info: Loading or creating keys
2017-4-11 16:21:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:43 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:43 - info: Checking whether key pair exists already
2017-4-11 16:21:44 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:44 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:44 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:44 - info: Key pair exists
2017-4-11 16:21:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:44 - info: Logging in cloud
2017-4-11 16:21:45 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:45 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:21:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:56 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:21:57 - info: Loading or creating keys
2017-4-11 16:21:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:56 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:21:57 - info: Checking whether key pair exists already
2017-4-11 16:21:58 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:21:58 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:21:58 - info: Found interface eth0 192.168.1.15
2017-4-11 16:21:58 - info: Key pair exists
2017-4-11 16:21:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:21:58 - info: Logging in cloud
2017-4-11 16:21:59 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:21:59 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:10 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:10 - info: Loading or creating keys
2017-4-11 16:22:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:10 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:10 - info: Checking whether key pair exists already
2017-4-11 16:22:11 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:11 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:11 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:11 - info: Key pair exists
2017-4-11 16:22:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:11 - info: Logging in cloud
2017-4-11 16:22:12 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:12 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:24 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:24 - info: Loading or creating keys
2017-4-11 16:22:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:24 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:24 - info: Checking whether key pair exists already
2017-4-11 16:22:25 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:25 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:25 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:25 - info: Key pair exists
2017-4-11 16:22:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:25 - info: Logging in cloud
2017-4-11 16:22:26 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:26 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:37 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:38 - info: Loading or creating keys
2017-4-11 16:22:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:37 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:38 - info: Checking whether key pair exists already
2017-4-11 16:22:39 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:39 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:39 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:39 - info: Key pair exists
2017-4-11 16:22:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:39 - info: Logging in cloud
2017-4-11 16:22:40 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:40 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:22:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:51 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:22:52 - info: Loading or creating keys
2017-4-11 16:22:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:51 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:22:52 - info: Checking whether key pair exists already
2017-4-11 16:22:52 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:22:52 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:22:52 - info: Found interface eth0 192.168.1.15
2017-4-11 16:22:53 - info: Key pair exists
2017-4-11 16:22:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:22:53 - info: Logging in cloud
2017-4-11 16:22:54 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:22:54 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:05 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:05 - info: Loading or creating keys
2017-4-11 16:23:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:05 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:05 - info: Checking whether key pair exists already
2017-4-11 16:23:06 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:06 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:06 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:06 - info: Key pair exists
2017-4-11 16:23:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:06 - info: Logging in cloud
2017-4-11 16:23:07 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:07 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:19 - info: Loading or creating keys
2017-4-11 16:23:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:19 - info: Checking whether key pair exists already
2017-4-11 16:23:20 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:20 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:20 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:20 - info: Key pair exists
2017-4-11 16:23:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:20 - info: Logging in cloud
2017-4-11 16:23:21 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:21 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:32 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:33 - info: Loading or creating keys
2017-4-11 16:23:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:32 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:33 - info: Checking whether key pair exists already
2017-4-11 16:23:33 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:33 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:33 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:34 - info: Key pair exists
2017-4-11 16:23:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:34 - info: Logging in cloud
2017-4-11 16:23:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:46 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:23:46 - info: Loading or creating keys
2017-4-11 16:23:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:46 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:23:46 - info: Checking whether key pair exists already
2017-4-11 16:23:47 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:23:47 - info: Found interface eth0 192.168.1.15
2017-4-11 16:23:47 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:23:47 - info: Key pair exists
2017-4-11 16:23:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:47 - info: Logging in cloud
2017-4-11 16:23:48 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:23:48 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:23:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:59 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:24:00 - info: Loading or creating keys
2017-4-11 16:23:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:23:59 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:24:00 - info: Checking whether key pair exists already
2017-4-11 16:24:02 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:24:02 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:24:02 - info: Found interface eth0 192.168.1.15
2017-4-11 16:24:02 - info: Key pair exists
2017-4-11 16:24:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:02 - info: Logging in cloud
2017-4-11 16:24:03 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:24:03 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:24:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:14 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:24:15 - info: Loading or creating keys
2017-4-11 16:24:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:14 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:24:15 - info: Checking whether key pair exists already
2017-4-11 16:24:16 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:24:16 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:24:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:24:16 - info: Key pair exists
2017-4-11 16:24:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:16 - info: Logging in cloud
2017-4-11 16:24:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:24:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:24:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:28 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:24:29 - info: Loading or creating keys
2017-4-11 16:24:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:28 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:24:29 - info: Checking whether key pair exists already
2017-4-11 16:24:29 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:24:29 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:24:29 - info: Found interface eth0 192.168.1.15
2017-4-11 16:24:29 - info: Key pair exists
2017-4-11 16:24:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:29 - info: Logging in cloud
2017-4-11 16:24:30 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:24:30 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:24:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:42 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:24:42 - info: Loading or creating keys
2017-4-11 16:24:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:42 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:24:42 - info: Checking whether key pair exists already
2017-4-11 16:24:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:24:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:24:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:24:43 - info: Key pair exists
2017-4-11 16:24:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:43 - info: Logging in cloud
2017-4-11 16:24:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:24:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:24:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:55 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:24:56 - info: Loading or creating keys
2017-4-11 16:24:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:55 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:24:56 - info: Checking whether key pair exists already
2017-4-11 16:24:57 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:24:57 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:24:57 - info: Found interface eth0 192.168.1.15
2017-4-11 16:24:57 - info: Key pair exists
2017-4-11 16:24:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:24:57 - info: Logging in cloud
2017-4-11 16:24:58 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:24:58 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:25:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:09 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:25:10 - info: Loading or creating keys
2017-4-11 16:25:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:09 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:25:10 - info: Checking whether key pair exists already
2017-4-11 16:25:10 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:25:10 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:25:10 - info: Found interface eth0 192.168.1.15
2017-4-11 16:25:11 - info: Key pair exists
2017-4-11 16:25:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:11 - info: Logging in cloud
2017-4-11 16:25:11 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:25:11 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:25:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:23 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:25:23 - info: Loading or creating keys
2017-4-11 16:25:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:23 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:25:23 - info: Checking whether key pair exists already
2017-4-11 16:25:24 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:25:24 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:25:24 - info: Found interface eth0 192.168.1.15
2017-4-11 16:25:24 - info: Key pair exists
2017-4-11 16:25:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:24 - info: Logging in cloud
2017-4-11 16:25:25 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:25:25 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:25:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:36 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:25:37 - info: Loading or creating keys
2017-4-11 16:25:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:36 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:25:37 - info: Checking whether key pair exists already
2017-4-11 16:25:37 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:25:37 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:25:37 - info: Found interface eth0 192.168.1.15
2017-4-11 16:25:38 - info: Key pair exists
2017-4-11 16:25:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:38 - info: Logging in cloud
2017-4-11 16:25:38 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:25:38 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:25:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:50 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:25:50 - info: Loading or creating keys
2017-4-11 16:25:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:50 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:25:50 - info: Checking whether key pair exists already
2017-4-11 16:25:51 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:25:51 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:25:51 - info: Found interface eth0 192.168.1.15
2017-4-11 16:25:51 - info: Key pair exists
2017-4-11 16:25:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:25:51 - info: Logging in cloud
2017-4-11 16:25:53 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:25:53 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:26:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:04 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:26:05 - info: Loading or creating keys
2017-4-11 16:26:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:04 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:26:05 - info: Checking whether key pair exists already
2017-4-11 16:26:06 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:26:06 - info: Found interface eth0 192.168.1.15
2017-4-11 16:26:06 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:26:06 - info: Key pair exists
2017-4-11 16:26:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:06 - info: Logging in cloud
2017-4-11 16:26:07 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:26:07 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:26:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:18 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:26:18 - info: Loading or creating keys
2017-4-11 16:26:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:18 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:26:18 - info: Checking whether key pair exists already
2017-4-11 16:26:19 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:26:19 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:26:19 - info: Found interface eth0 192.168.1.15
2017-4-11 16:26:19 - info: Key pair exists
2017-4-11 16:26:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:19 - info: Logging in cloud
2017-4-11 16:26:20 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:26:20 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:26:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:32 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:26:32 - info: Loading or creating keys
2017-4-11 16:26:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:32 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:26:32 - info: Checking whether key pair exists already
2017-4-11 16:26:33 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:26:33 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:26:33 - info: Found interface eth0 192.168.1.15
2017-4-11 16:26:33 - info: Key pair exists
2017-4-11 16:26:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:33 - info: Logging in cloud
2017-4-11 16:26:34 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:26:34 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:26:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:45 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:26:45 - info: Loading or creating keys
2017-4-11 16:26:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:45 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:26:45 - info: Checking whether key pair exists already
2017-4-11 16:26:46 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:26:46 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:26:46 - info: Found interface eth0 192.168.1.15
2017-4-11 16:26:46 - info: Key pair exists
2017-4-11 16:26:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:46 - info: Logging in cloud
2017-4-11 16:26:47 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:26:47 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:26:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:58 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:26:59 - info: Loading or creating keys
2017-4-11 16:26:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:26:58 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:26:59 - info: Checking whether key pair exists already
2017-4-11 16:27:00 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:27:00 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:27:00 - info: Found interface eth0 192.168.1.15
2017-4-11 16:27:00 - info: Key pair exists
2017-4-11 16:27:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:00 - info: Logging in cloud
2017-4-11 16:27:02 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:27:02 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:27:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:13 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:27:13 - info: Loading or creating keys
2017-4-11 16:27:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:13 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:27:13 - info: Checking whether key pair exists already
2017-4-11 16:27:14 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:27:14 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:27:14 - info: Found interface eth0 192.168.1.15
2017-4-11 16:27:14 - info: Key pair exists
2017-4-11 16:27:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:14 - info: Logging in cloud
2017-4-11 16:27:15 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:27:15 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:27:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:26 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:27:27 - info: Loading or creating keys
2017-4-11 16:27:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:26 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:27:27 - info: Checking whether key pair exists already
2017-4-11 16:27:27 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:27:27 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:27:27 - info: Found interface eth0 192.168.1.15
2017-4-11 16:27:27 - info: Key pair exists
2017-4-11 16:27:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:27 - info: Logging in cloud
2017-4-11 16:27:28 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:27:28 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:27:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:40 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:27:40 - info: Loading or creating keys
2017-4-11 16:27:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:40 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:27:40 - info: Checking whether key pair exists already
2017-4-11 16:27:41 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:27:41 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:27:41 - info: Found interface eth0 192.168.1.15
2017-4-11 16:27:41 - info: Key pair exists
2017-4-11 16:27:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:41 - info: Logging in cloud
2017-4-11 16:27:42 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:27:42 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:27:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:53 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:27:53 - info: Loading or creating keys
2017-4-11 16:27:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:53 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:27:53 - info: Checking whether key pair exists already
2017-4-11 16:27:54 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:27:54 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:27:54 - info: Found interface eth0 192.168.1.15
2017-4-11 16:27:54 - info: Key pair exists
2017-4-11 16:27:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:27:54 - info: Logging in cloud
2017-4-11 16:27:55 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:27:55 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:28:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:28:08 - info: Loading or creating keys
2017-4-11 16:28:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:07 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:28:08 - info: Checking whether key pair exists already
2017-4-11 16:28:09 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:28:09 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:28:09 - info: Found interface eth0 192.168.1.15
2017-4-11 16:28:09 - info: Key pair exists
2017-4-11 16:28:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:09 - info: Logging in cloud
2017-4-11 16:28:10 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:28:10 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:28:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:21 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:28:22 - info: Loading or creating keys
2017-4-11 16:28:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:21 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:28:22 - info: Checking whether key pair exists already
2017-4-11 16:28:23 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:28:23 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:28:23 - info: Found interface eth0 192.168.1.15
2017-4-11 16:28:23 - info: Key pair exists
2017-4-11 16:28:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:23 - info: Logging in cloud
2017-4-11 16:28:24 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:28:24 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:28:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:35 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:28:35 - info: Loading or creating keys
2017-4-11 16:28:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:35 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:28:35 - info: Checking whether key pair exists already
2017-4-11 16:28:36 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:28:36 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:28:36 - info: Found interface eth0 192.168.1.15
2017-4-11 16:28:36 - info: Key pair exists
2017-4-11 16:28:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:36 - info: Logging in cloud
2017-4-11 16:28:37 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:28:37 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:28:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:48 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:28:49 - info: Loading or creating keys
2017-4-11 16:28:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:48 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:28:49 - info: Checking whether key pair exists already
2017-4-11 16:28:49 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:28:49 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:28:49 - info: Found interface eth0 192.168.1.15
2017-4-11 16:28:49 - info: Key pair exists
2017-4-11 16:28:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:28:50 - info: Logging in cloud
2017-4-11 16:28:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:28:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:29:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:02 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:29:02 - info: Loading or creating keys
2017-4-11 16:29:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:02 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:29:02 - info: Checking whether key pair exists already
2017-4-11 16:29:03 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:29:03 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:29:03 - info: Found interface eth0 192.168.1.15
2017-4-11 16:29:03 - info: Key pair exists
2017-4-11 16:29:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:03 - info: Logging in cloud
2017-4-11 16:29:04 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:29:04 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:29:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:15 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:29:16 - info: Loading or creating keys
2017-4-11 16:29:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:15 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:29:16 - info: Checking whether key pair exists already
2017-4-11 16:29:16 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:29:16 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:29:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:29:16 - info: Key pair exists
2017-4-11 16:29:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:17 - info: Logging in cloud
2017-4-11 16:29:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:29:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:29:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:29 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:29:29 - info: Loading or creating keys
2017-4-11 16:29:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:29 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:29:29 - info: Checking whether key pair exists already
2017-4-11 16:29:30 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:29:30 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:29:30 - info: Found interface eth0 192.168.1.15
2017-4-11 16:29:30 - info: Key pair exists
2017-4-11 16:29:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:30 - info: Logging in cloud
2017-4-11 16:29:31 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:29:31 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:29:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:42 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:29:43 - info: Loading or creating keys
2017-4-11 16:29:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:42 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:29:43 - info: Checking whether key pair exists already
2017-4-11 16:29:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:29:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:29:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:29:44 - info: Key pair exists
2017-4-11 16:29:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:44 - info: Logging in cloud
2017-4-11 16:29:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:29:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:29:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:56 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:29:56 - info: Loading or creating keys
2017-4-11 16:29:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:56 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:29:56 - info: Checking whether key pair exists already
2017-4-11 16:29:57 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:29:57 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:29:57 - info: Found interface eth0 192.168.1.15
2017-4-11 16:29:57 - info: Key pair exists
2017-4-11 16:29:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:29:57 - info: Logging in cloud
2017-4-11 16:29:58 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:29:58 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:30:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:10 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:30:11 - info: Loading or creating keys
2017-4-11 16:30:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:10 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:30:11 - info: Checking whether key pair exists already
2017-4-11 16:30:11 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:30:12 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:30:12 - info: Found interface eth0 192.168.1.15
2017-4-11 16:30:12 - info: Key pair exists
2017-4-11 16:30:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:12 - info: Logging in cloud
2017-4-11 16:30:13 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:30:13 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:30:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:24 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:30:25 - info: Loading or creating keys
2017-4-11 16:30:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:24 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:30:25 - info: Checking whether key pair exists already
2017-4-11 16:30:25 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:30:25 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:30:25 - info: Found interface eth0 192.168.1.15
2017-4-11 16:30:25 - info: Key pair exists
2017-4-11 16:30:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:25 - info: Logging in cloud
2017-4-11 16:30:27 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:30:27 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:30:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:38 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:30:38 - info: Loading or creating keys
2017-4-11 16:30:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:38 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:30:38 - info: Checking whether key pair exists already
2017-4-11 16:30:39 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:30:39 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:30:39 - info: Found interface eth0 192.168.1.15
2017-4-11 16:30:39 - info: Key pair exists
2017-4-11 16:30:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:39 - info: Logging in cloud
2017-4-11 16:30:40 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:30:40 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:30:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:51 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:30:52 - info: Loading or creating keys
2017-4-11 16:30:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:51 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:30:52 - info: Checking whether key pair exists already
2017-4-11 16:30:52 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:30:52 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:30:52 - info: Found interface eth0 192.168.1.15
2017-4-11 16:30:53 - info: Key pair exists
2017-4-11 16:30:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:30:53 - info: Logging in cloud
2017-4-11 16:30:53 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:30:53 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:31:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:05 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:31:05 - info: Loading or creating keys
2017-4-11 16:31:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:05 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:31:05 - info: Checking whether key pair exists already
2017-4-11 16:31:06 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:31:06 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:31:06 - info: Found interface eth0 192.168.1.15
2017-4-11 16:31:06 - info: Key pair exists
2017-4-11 16:31:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:06 - info: Logging in cloud
2017-4-11 16:31:07 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:31:07 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:31:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:18 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:31:19 - info: Loading or creating keys
2017-4-11 16:31:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:18 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:31:19 - info: Checking whether key pair exists already
2017-4-11 16:31:19 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:31:19 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:31:19 - info: Found interface eth0 192.168.1.15
2017-4-11 16:31:19 - info: Key pair exists
2017-4-11 16:31:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:20 - info: Logging in cloud
2017-4-11 16:31:20 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:31:20 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:31:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:32 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:31:32 - info: Loading or creating keys
2017-4-11 16:31:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:32 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:31:32 - info: Checking whether key pair exists already
2017-4-11 16:31:33 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:31:33 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:31:33 - info: Found interface eth0 192.168.1.15
2017-4-11 16:31:33 - info: Key pair exists
2017-4-11 16:31:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:33 - info: Logging in cloud
2017-4-11 16:31:34 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:31:34 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:31:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:45 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:31:46 - info: Loading or creating keys
2017-4-11 16:31:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:45 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:31:46 - info: Checking whether key pair exists already
2017-4-11 16:31:46 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:31:46 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:31:47 - info: Found interface eth0 192.168.1.15
2017-4-11 16:31:47 - info: Key pair exists
2017-4-11 16:31:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:47 - info: Logging in cloud
2017-4-11 16:31:48 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:31:48 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:31:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:59 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:31:59 - info: Loading or creating keys
2017-4-11 16:31:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:31:59 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:31:59 - info: Checking whether key pair exists already
2017-4-11 16:32:00 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:32:00 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:32:00 - info: Found interface eth0 192.168.1.15
2017-4-11 16:32:00 - info: Key pair exists
2017-4-11 16:32:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:00 - info: Logging in cloud
2017-4-11 16:32:01 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:32:01 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:32:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:12 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:32:13 - info: Loading or creating keys
2017-4-11 16:32:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:12 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:32:13 - info: Checking whether key pair exists already
2017-4-11 16:32:13 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:32:13 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:32:14 - info: Found interface eth0 192.168.1.15
2017-4-11 16:32:14 - info: Key pair exists
2017-4-11 16:32:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:14 - info: Logging in cloud
2017-4-11 16:32:15 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:32:15 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:32:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:26 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:32:26 - info: Loading or creating keys
2017-4-11 16:32:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:26 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:32:26 - info: Checking whether key pair exists already
2017-4-11 16:32:27 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:32:27 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:32:27 - info: Found interface eth0 192.168.1.15
2017-4-11 16:32:27 - info: Key pair exists
2017-4-11 16:32:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:27 - info: Logging in cloud
2017-4-11 16:32:28 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:32:28 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:32:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:39 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:32:39 - info: Loading or creating keys
2017-4-11 16:32:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:39 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:32:39 - info: Checking whether key pair exists already
2017-4-11 16:32:40 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:32:40 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:32:40 - info: Found interface eth0 192.168.1.15
2017-4-11 16:32:40 - info: Key pair exists
2017-4-11 16:32:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:40 - info: Logging in cloud
2017-4-11 16:32:41 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:32:41 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:32:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:53 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:32:53 - info: Loading or creating keys
2017-4-11 16:32:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:53 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:32:53 - info: Checking whether key pair exists already
2017-4-11 16:32:54 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:32:54 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:32:54 - info: Found interface eth0 192.168.1.15
2017-4-11 16:32:54 - info: Key pair exists
2017-4-11 16:32:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:32:54 - info: Logging in cloud
2017-4-11 16:32:55 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:32:55 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:33:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:33:07 - info: Loading or creating keys
2017-4-11 16:33:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:07 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:33:07 - info: Checking whether key pair exists already
2017-4-11 16:33:08 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:33:08 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:33:08 - info: Found interface eth0 192.168.1.15
2017-4-11 16:33:08 - info: Key pair exists
2017-4-11 16:33:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:08 - info: Logging in cloud
2017-4-11 16:33:09 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:33:09 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:33:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:20 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:33:21 - info: Loading or creating keys
2017-4-11 16:33:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:20 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:33:21 - info: Checking whether key pair exists already
2017-4-11 16:33:22 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:33:22 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:33:22 - info: Found interface eth0 192.168.1.15
2017-4-11 16:33:22 - info: Key pair exists
2017-4-11 16:33:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:22 - info: Logging in cloud
2017-4-11 16:33:23 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:33:23 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:33:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:33:34 - info: Loading or creating keys
2017-4-11 16:33:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:33:34 - info: Checking whether key pair exists already
2017-4-11 16:33:35 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:33:35 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:33:35 - info: Found interface eth0 192.168.1.15
2017-4-11 16:33:35 - info: Key pair exists
2017-4-11 16:33:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:35 - info: Logging in cloud
2017-4-11 16:33:36 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:33:36 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:33:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:33:48 - info: Loading or creating keys
2017-4-11 16:33:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:33:48 - info: Checking whether key pair exists already
2017-4-11 16:33:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:33:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:33:48 - info: Found interface eth0 192.168.1.15
2017-4-11 16:33:49 - info: Key pair exists
2017-4-11 16:33:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:33:49 - info: Logging in cloud
2017-4-11 16:33:49 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:33:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:34:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:01 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:34:01 - info: Loading or creating keys
2017-4-11 16:34:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:01 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:34:01 - info: Checking whether key pair exists already
2017-4-11 16:34:02 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:34:02 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:34:02 - info: Found interface eth0 192.168.1.15
2017-4-11 16:34:02 - info: Key pair exists
2017-4-11 16:34:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:02 - info: Logging in cloud
2017-4-11 16:34:03 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:34:03 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:34:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:14 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:34:15 - info: Loading or creating keys
2017-4-11 16:34:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:14 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:34:15 - info: Checking whether key pair exists already
2017-4-11 16:34:16 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:34:16 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:34:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:34:16 - info: Key pair exists
2017-4-11 16:34:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:16 - info: Logging in cloud
2017-4-11 16:34:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:34:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:34:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:28 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:34:28 - info: Loading or creating keys
2017-4-11 16:34:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:28 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:34:28 - info: Checking whether key pair exists already
2017-4-11 16:34:29 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:34:29 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:34:29 - info: Found interface eth0 192.168.1.15
2017-4-11 16:34:29 - info: Key pair exists
2017-4-11 16:34:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:29 - info: Logging in cloud
2017-4-11 16:34:30 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:34:30 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:34:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:41 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:34:42 - info: Loading or creating keys
2017-4-11 16:34:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:41 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:34:42 - info: Checking whether key pair exists already
2017-4-11 16:34:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:34:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:34:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:34:43 - info: Key pair exists
2017-4-11 16:34:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:43 - info: Logging in cloud
2017-4-11 16:34:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:34:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:34:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:55 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:34:56 - info: Loading or creating keys
2017-4-11 16:34:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:55 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:34:56 - info: Checking whether key pair exists already
2017-4-11 16:34:56 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:34:56 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:34:56 - info: Found interface eth0 192.168.1.15
2017-4-11 16:34:57 - info: Key pair exists
2017-4-11 16:34:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:34:57 - info: Logging in cloud
2017-4-11 16:34:57 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:34:57 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:35:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:09 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:35:09 - info: Loading or creating keys
2017-4-11 16:35:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:09 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:35:09 - info: Checking whether key pair exists already
2017-4-11 16:35:10 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:35:10 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:35:10 - info: Found interface eth0 192.168.1.15
2017-4-11 16:35:10 - info: Key pair exists
2017-4-11 16:35:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:10 - info: Logging in cloud
2017-4-11 16:35:11 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:35:11 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:35:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:22 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:35:23 - info: Loading or creating keys
2017-4-11 16:35:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:22 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:35:23 - info: Checking whether key pair exists already
2017-4-11 16:35:24 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:35:24 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:35:24 - info: Found interface eth0 192.168.1.15
2017-4-11 16:35:24 - info: Key pair exists
2017-4-11 16:35:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:24 - info: Logging in cloud
2017-4-11 16:35:25 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:35:25 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:35:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:36 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:35:36 - info: Loading or creating keys
2017-4-11 16:35:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:36 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:35:36 - info: Checking whether key pair exists already
2017-4-11 16:35:37 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:35:37 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:35:37 - info: Found interface eth0 192.168.1.15
2017-4-11 16:35:37 - info: Key pair exists
2017-4-11 16:35:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:37 - info: Logging in cloud
2017-4-11 16:35:38 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:35:38 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:35:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:49 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:35:50 - info: Loading or creating keys
2017-4-11 16:35:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:50 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:49 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:35:50 - info: Checking whether key pair exists already
2017-4-11 16:35:51 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:35:51 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:35:51 - info: Found interface eth0 192.168.1.15
2017-4-11 16:35:51 - info: Key pair exists
2017-4-11 16:35:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:35:51 - info: Logging in cloud
2017-4-11 16:35:52 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:35:52 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:36:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:04 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:36:04 - info: Loading or creating keys
2017-4-11 16:36:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:04 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:04 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:36:04 - info: Checking whether key pair exists already
2017-4-11 16:36:05 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:36:05 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:36:05 - info: Found interface eth0 192.168.1.15
2017-4-11 16:36:05 - info: Key pair exists
2017-4-11 16:36:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:05 - info: Logging in cloud
2017-4-11 16:36:06 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:36:06 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:36:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:17 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:36:18 - info: Loading or creating keys
2017-4-11 16:36:17 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:17 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:36:18 - info: Checking whether key pair exists already
2017-4-11 16:36:19 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:36:19 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:36:19 - info: Found interface eth0 192.168.1.15
2017-4-11 16:36:19 - info: Key pair exists
2017-4-11 16:36:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:19 - info: Logging in cloud
2017-4-11 16:36:20 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:36:20 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:36:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:31 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:36:31 - info: Loading or creating keys
2017-4-11 16:36:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:31 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:31 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:36:31 - info: Checking whether key pair exists already
2017-4-11 16:36:32 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:36:32 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:36:32 - info: Found interface eth0 192.168.1.15
2017-4-11 16:36:32 - info: Key pair exists
2017-4-11 16:36:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:32 - info: Logging in cloud
2017-4-11 16:36:33 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:36:33 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:36:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:44 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:36:45 - info: Loading or creating keys
2017-4-11 16:36:44 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:44 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:36:45 - info: Checking whether key pair exists already
2017-4-11 16:36:46 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:36:46 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:36:46 - info: Found interface eth0 192.168.1.15
2017-4-11 16:36:46 - info: Key pair exists
2017-4-11 16:36:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:46 - info: Logging in cloud
2017-4-11 16:36:47 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:36:47 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:36:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:58 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:36:58 - info: Loading or creating keys
2017-4-11 16:36:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:58 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:58 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:36:58 - info: Checking whether key pair exists already
2017-4-11 16:36:59 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:36:59 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:36:59 - info: Found interface eth0 192.168.1.15
2017-4-11 16:36:59 - info: Key pair exists
2017-4-11 16:36:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:36:59 - info: Logging in cloud
2017-4-11 16:37:00 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:37:00 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:37:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:11 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:37:12 - info: Loading or creating keys
2017-4-11 16:37:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:12 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:11 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:37:12 - info: Checking whether key pair exists already
2017-4-11 16:37:12 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:37:12 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:37:12 - info: Found interface eth0 192.168.1.15
2017-4-11 16:37:13 - info: Key pair exists
2017-4-11 16:37:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:13 - info: Logging in cloud
2017-4-11 16:37:14 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:37:14 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:37:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:24 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:37:25 - info: Loading or creating keys
2017-4-11 16:37:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:24 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:37:25 - info: Checking whether key pair exists already
2017-4-11 16:37:26 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:37:26 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:37:26 - info: Found interface eth0 192.168.1.15
2017-4-11 16:37:26 - info: Key pair exists
2017-4-11 16:37:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:26 - info: Logging in cloud
2017-4-11 16:37:27 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:37:27 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:37:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:38 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:37:39 - info: Loading or creating keys
2017-4-11 16:37:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:38 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:37:39 - info: Checking whether key pair exists already
2017-4-11 16:37:39 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:37:39 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:37:39 - info: Found interface eth0 192.168.1.15
2017-4-11 16:37:40 - info: Key pair exists
2017-4-11 16:37:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:40 - info: Logging in cloud
2017-4-11 16:37:40 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:37:40 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:37:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:52 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:37:52 - info: Loading or creating keys
2017-4-11 16:37:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:52 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:37:52 - info: Checking whether key pair exists already
2017-4-11 16:37:53 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:37:53 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:37:53 - info: Found interface eth0 192.168.1.15
2017-4-11 16:37:53 - info: Key pair exists
2017-4-11 16:37:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:37:53 - info: Logging in cloud
2017-4-11 16:37:54 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:37:54 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:38:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:05 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:38:06 - info: Loading or creating keys
2017-4-11 16:38:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:05 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:38:06 - info: Checking whether key pair exists already
2017-4-11 16:38:06 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:38:06 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:38:06 - info: Found interface eth0 192.168.1.15
2017-4-11 16:38:07 - info: Key pair exists
2017-4-11 16:38:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:07 - info: Logging in cloud
2017-4-11 16:38:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:38:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:38:18 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:38:19 - info: Loading or creating keys
2017-4-11 16:38:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:38:19 - info: Checking whether key pair exists already
2017-4-11 16:38:20 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:38:20 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:38:20 - info: Found interface eth0 192.168.1.15
2017-4-11 16:38:20 - info: Key pair exists
2017-4-11 16:38:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:20 - info: Logging in cloud
2017-4-11 16:38:21 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:38:21 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:38:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:32 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:38:33 - info: Loading or creating keys
2017-4-11 16:38:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:32 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:38:33 - info: Checking whether key pair exists already
2017-4-11 16:38:33 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:38:33 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:38:33 - info: Found interface eth0 192.168.1.15
2017-4-11 16:38:33 - info: Key pair exists
2017-4-11 16:38:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:33 - info: Logging in cloud
2017-4-11 16:38:34 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:38:34 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:38:45 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:46 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:38:46 - info: Loading or creating keys
2017-4-11 16:38:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:46 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:38:46 - info: Checking whether key pair exists already
2017-4-11 16:38:47 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:38:47 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:38:47 - info: Found interface eth0 192.168.1.15
2017-4-11 16:38:47 - info: Key pair exists
2017-4-11 16:38:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:47 - info: Logging in cloud
2017-4-11 16:38:48 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:38:48 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:38:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:59 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:39:00 - info: Loading or creating keys
2017-4-11 16:38:59 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:38:59 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:39:00 - info: Checking whether key pair exists already
2017-4-11 16:39:01 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:39:01 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:39:01 - info: Found interface eth0 192.168.1.15
2017-4-11 16:39:01 - info: Key pair exists
2017-4-11 16:39:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:01 - info: Logging in cloud
2017-4-11 16:39:02 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:39:02 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:39:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:13 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:39:14 - info: Loading or creating keys
2017-4-11 16:39:13 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:13 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:39:14 - info: Checking whether key pair exists already
2017-4-11 16:39:15 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:39:15 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:39:15 - info: Found interface eth0 192.168.1.15
2017-4-11 16:39:15 - info: Key pair exists
2017-4-11 16:39:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:15 - info: Logging in cloud
2017-4-11 16:39:16 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:39:16 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:39:26 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:27 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:39:27 - info: Loading or creating keys
2017-4-11 16:39:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:27 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:27 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:39:27 - info: Checking whether key pair exists already
2017-4-11 16:39:28 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:39:28 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:39:28 - info: Found interface eth0 192.168.1.15
2017-4-11 16:39:28 - info: Key pair exists
2017-4-11 16:39:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:28 - info: Logging in cloud
2017-4-11 16:39:29 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:39:29 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:39:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:40 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:39:41 - info: Loading or creating keys
2017-4-11 16:39:40 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:40 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:39:41 - info: Checking whether key pair exists already
2017-4-11 16:39:42 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:39:42 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:39:42 - info: Found interface eth0 192.168.1.15
2017-4-11 16:39:42 - info: Key pair exists
2017-4-11 16:39:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:42 - info: Logging in cloud
2017-4-11 16:39:43 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:39:43 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:39:53 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:54 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:39:54 - info: Loading or creating keys
2017-4-11 16:39:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:54 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:54 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:39:54 - info: Checking whether key pair exists already
2017-4-11 16:39:55 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:39:55 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:39:55 - info: Found interface eth0 192.168.1.15
2017-4-11 16:39:55 - info: Key pair exists
2017-4-11 16:39:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:39:55 - info: Logging in cloud
2017-4-11 16:39:56 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:39:56 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:40:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:07 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:40:08 - info: Loading or creating keys
2017-4-11 16:40:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:08 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:08 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:40:08 - info: Checking whether key pair exists already
2017-4-11 16:40:09 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:40:09 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:40:09 - info: Found interface eth0 192.168.1.15
2017-4-11 16:40:09 - info: Key pair exists
2017-4-11 16:40:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:09 - info: Logging in cloud
2017-4-11 16:40:10 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:40:10 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:40:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:21 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:40:21 - info: Loading or creating keys
2017-4-11 16:40:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:21 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:40:21 - info: Checking whether key pair exists already
2017-4-11 16:40:22 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:40:22 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:40:22 - info: Found interface eth0 192.168.1.15
2017-4-11 16:40:22 - info: Key pair exists
2017-4-11 16:40:22 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:22 - info: Logging in cloud
2017-4-11 16:40:23 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:40:23 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:40:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:34 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:40:35 - info: Loading or creating keys
2017-4-11 16:40:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:35 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:34 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:40:35 - info: Checking whether key pair exists already
2017-4-11 16:40:36 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:40:36 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:40:36 - info: Found interface eth0 192.168.1.15
2017-4-11 16:40:36 - info: Key pair exists
2017-4-11 16:40:36 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:36 - info: Logging in cloud
2017-4-11 16:40:37 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:40:37 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:40:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:47 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:40:48 - info: Loading or creating keys
2017-4-11 16:40:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:47 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:40:48 - info: Checking whether key pair exists already
2017-4-11 16:40:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:40:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:40:49 - info: Found interface eth0 192.168.1.15
2017-4-11 16:40:49 - info: Key pair exists
2017-4-11 16:40:49 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:40:49 - info: Logging in cloud
2017-4-11 16:40:50 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:40:50 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:41:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:01 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:41:01 - info: Loading or creating keys
2017-4-11 16:41:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:01 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:41:01 - info: Checking whether key pair exists already
2017-4-11 16:41:02 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:41:02 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:41:02 - info: Found interface eth0 192.168.1.15
2017-4-11 16:41:02 - info: Key pair exists
2017-4-11 16:41:02 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:02 - info: Logging in cloud
2017-4-11 16:41:03 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:41:03 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:41:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:15 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:41:15 - info: Loading or creating keys
2017-4-11 16:41:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:15 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:41:15 - info: Checking whether key pair exists already
2017-4-11 16:41:16 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:41:16 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:41:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:41:16 - info: Key pair exists
2017-4-11 16:41:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:16 - info: Logging in cloud
2017-4-11 16:41:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:41:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:41:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:28 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:41:29 - info: Loading or creating keys
2017-4-11 16:41:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:28 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:41:29 - info: Checking whether key pair exists already
2017-4-11 16:41:29 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:41:29 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:41:29 - info: Found interface eth0 192.168.1.15
2017-4-11 16:41:30 - info: Key pair exists
2017-4-11 16:41:30 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:30 - info: Logging in cloud
2017-4-11 16:41:31 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:41:31 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:41:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:42 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:41:42 - info: Loading or creating keys
2017-4-11 16:41:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:42 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:41:42 - info: Checking whether key pair exists already
2017-4-11 16:41:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:41:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:41:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:41:43 - info: Key pair exists
2017-4-11 16:41:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:43 - info: Logging in cloud
2017-4-11 16:41:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:41:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:41:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:55 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:41:56 - info: Loading or creating keys
2017-4-11 16:41:55 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:56 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:55 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:41:56 - info: Checking whether key pair exists already
2017-4-11 16:41:57 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:41:57 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:41:57 - info: Found interface eth0 192.168.1.15
2017-4-11 16:41:57 - info: Key pair exists
2017-4-11 16:41:57 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:41:57 - info: Logging in cloud
2017-4-11 16:41:58 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:41:58 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:42:09 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:10 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:42:10 - info: Loading or creating keys
2017-4-11 16:42:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:10 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:10 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:42:10 - info: Checking whether key pair exists already
2017-4-11 16:42:11 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:42:11 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:42:11 - info: Found interface eth0 192.168.1.15
2017-4-11 16:42:11 - info: Key pair exists
2017-4-11 16:42:11 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:11 - info: Logging in cloud
2017-4-11 16:42:12 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:42:12 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:42:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:23 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:42:24 - info: Loading or creating keys
2017-4-11 16:42:23 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:24 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:23 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:42:24 - info: Checking whether key pair exists already
2017-4-11 16:42:25 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:42:25 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:42:25 - info: Found interface eth0 192.168.1.15
2017-4-11 16:42:25 - info: Key pair exists
2017-4-11 16:42:25 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:25 - info: Logging in cloud
2017-4-11 16:42:26 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:42:26 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:42:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:37 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:42:38 - info: Loading or creating keys
2017-4-11 16:42:37 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:38 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:37 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:42:38 - info: Checking whether key pair exists already
2017-4-11 16:42:38 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:42:38 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:42:39 - info: Found interface eth0 192.168.1.15
2017-4-11 16:42:39 - info: Key pair exists
2017-4-11 16:42:39 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:39 - info: Logging in cloud
2017-4-11 16:42:40 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:42:40 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:42:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:51 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:42:51 - info: Loading or creating keys
2017-4-11 16:42:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:51 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:51 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:42:51 - info: Checking whether key pair exists already
2017-4-11 16:42:52 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:42:52 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:42:52 - info: Found interface eth0 192.168.1.15
2017-4-11 16:42:52 - info: Key pair exists
2017-4-11 16:42:52 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:42:52 - info: Logging in cloud
2017-4-11 16:42:53 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:42:53 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:43:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:05 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:43:06 - info: Loading or creating keys
2017-4-11 16:43:05 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:06 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:05 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:43:06 - info: Checking whether key pair exists already
2017-4-11 16:43:07 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:43:07 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:43:07 - info: Found interface eth0 192.168.1.15
2017-4-11 16:43:07 - info: Key pair exists
2017-4-11 16:43:07 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:07 - info: Logging in cloud
2017-4-11 16:43:08 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:43:08 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:43:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:19 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:43:20 - info: Loading or creating keys
2017-4-11 16:43:19 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:20 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:19 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:43:20 - info: Checking whether key pair exists already
2017-4-11 16:43:20 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:43:20 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:43:20 - info: Found interface eth0 192.168.1.15
2017-4-11 16:43:21 - info: Key pair exists
2017-4-11 16:43:21 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:21 - info: Logging in cloud
2017-4-11 16:43:22 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:43:22 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:43:32 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:33 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:43:33 - info: Loading or creating keys
2017-4-11 16:43:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:33 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:33 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:43:33 - info: Checking whether key pair exists already
2017-4-11 16:43:34 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:43:34 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:43:34 - info: Found interface eth0 192.168.1.15
2017-4-11 16:43:34 - info: Key pair exists
2017-4-11 16:43:34 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:34 - info: Logging in cloud
2017-4-11 16:43:35 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:43:35 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:43:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:46 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:43:47 - info: Loading or creating keys
2017-4-11 16:43:46 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:47 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:46 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:43:47 - info: Checking whether key pair exists already
2017-4-11 16:43:48 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:43:48 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:43:48 - info: Found interface eth0 192.168.1.15
2017-4-11 16:43:48 - info: Key pair exists
2017-4-11 16:43:48 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:43:48 - info: Logging in cloud
2017-4-11 16:43:49 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:43:49 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:44:00 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:01 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:44:01 - info: Loading or creating keys
2017-4-11 16:44:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:01 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:01 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:44:01 - info: Checking whether key pair exists already
2017-4-11 16:44:02 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:44:02 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:44:02 - info: Found interface eth0 192.168.1.15
2017-4-11 16:44:02 - info: Key pair exists
2017-4-11 16:44:03 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:03 - info: Logging in cloud
2017-4-11 16:44:04 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:44:04 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:44:14 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:15 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:44:15 - info: Loading or creating keys
2017-4-11 16:44:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:15 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:15 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:44:15 - info: Checking whether key pair exists already
2017-4-11 16:44:16 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:44:16 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:44:16 - info: Found interface eth0 192.168.1.15
2017-4-11 16:44:16 - info: Key pair exists
2017-4-11 16:44:16 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:16 - info: Logging in cloud
2017-4-11 16:44:17 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:44:17 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:44:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:28 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:44:29 - info: Loading or creating keys
2017-4-11 16:44:28 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:28 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:44:29 - info: Checking whether key pair exists already
2017-4-11 16:44:29 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:44:29 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:44:29 - info: Found interface eth0 192.168.1.15
2017-4-11 16:44:29 - info: Key pair exists
2017-4-11 16:44:29 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:29 - info: Logging in cloud
2017-4-11 16:44:30 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:44:30 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
2017-4-11 16:44:41 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:42 - info: Subscribing event PublicIP:Updated from SysManager.js:118
2017-4-11 16:44:42 - info: Loading or creating keys
2017-4-11 16:44:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:42 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:42 - info: Subscribing event DDNS:Updated from SysManager.js:122
2017-4-11 16:44:42 - info: Checking whether key pair exists already
2017-4-11 16:44:43 - info: Cloud token is ready: WJJHU6sey-JOq1TY35xP6Q ecd70ed1-b782-4d9e-ad7a-be9abc721087
2017-4-11 16:44:43 - info: Firewalla Cloud URL is: https://firewalla.encipher.io/bone/api/v3
2017-4-11 16:44:43 - info: Found interface eth0 192.168.1.15
2017-4-11 16:44:43 - info: Key pair exists
2017-4-11 16:44:43 - error: Failed to read license from /home/pi/.firewalla/license, ERROR: Error: ENOENT: no such file or directory, open '/home/pi/.firewalla/license'
2017-4-11 16:44:43 - info: Logging in cloud
2017-4-11 16:44:44 - info: Error while requesting { Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38) code: 'CERT_NOT_YET_VALID' } Error
at Request.request (/home/pi/firewalla/encipher/lib/encipherio.js:290:29)
at Request._callback (/home/pi/.node_modules/lodash/lodash.js:10052:25)
at Request.requestRetryReply [as reply] (/home/pi/.node_modules/requestretry/index.js:105:19)
at Request.<anonymous> (/home/pi/.node_modules/requestretry/index.js:133:10)
at self.callback (/home/pi/.node_modules/request/request.js:187:22)
at emitOne (events.js:115:13)
at Request.emit (events.js:210:7)
at Request.onRequestError (/home/pi/.node_modules/request/request.js:813:8)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at TLSSocket.socketErrorListener (_http_client.js:385:9)
at emitOne (events.js:115:13)
at TLSSocket.emit (events.js:210:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
2017-4-11 16:44:44 - info: Unable to login Error: certificate is not yet valid
at TLSSocket.<anonymous> (_tls_wrap.js:1104:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
pi@Firewalla:~/logs$ ~
Please sign in to leave a comment.
Comments
6 comments