Skip to content

Commit

Permalink
NODE_TLS_REJECT_UNAUTHORIZED 0 => 1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFlash787 committed Aug 16, 2020
1 parent 98a1100 commit c588362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/assetexec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(target == null){
}
let tracker = new target(...(process.argv.splice(3)))

process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '1'

//const tracker = new AssetGuard(process.argv[2], process.argv[3])
console.log('AssetExec Started')
Expand Down

0 comments on commit c588362

Please sign in to comment.