Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbendell committed Nov 10, 2020
1 parent c716820 commit eed4ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "homebridge-blink-for-home",
"displayName": "Blink for Home",
"private": false,
"version": "3.5.16",
"version": "3.5.17",
"description": "Blink for Home Cameras for homebridge",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Http2TLSTunnel {
const connectionListener = (tcpSocket) => {
this.tcpSocket = tcpSocket;
console.debug("client connected from %s:%d", tcpSocket.remoteAddress, tcpSocket.remotePort);
console.tls(`conencting to: ${this.targetHost}`);
console.log(`conencting to: ${this.targetHost}`);

const tlsOptions = {host: this.targetHost, rejectUnauthorized: false, port:443, timeout: 1000, checkServerIdentity: () => {}}
//servername: this.targetHost,
Expand Down

0 comments on commit eed4ea4

Please sign in to comment.