Skip to content

Commit

Permalink
fix connection with expired CA
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Oct 27, 2021
1 parent 02acaf4 commit 9fcce8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ var async = require('async');
var fs = require('fs');
var db = require("./db.js");



process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

var CLIENT_SERVER_PORT = 80;
var CLIENT_WS_PORT = 8101;
Expand Down

0 comments on commit 9fcce8b

Please sign in to comment.