Skip to content

Commit

Permalink
debug NODE_TLS_REJECT_UNAUTHORIZED
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed Jun 25, 2024
1 parent a1e5400 commit afb22c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@ app.get('/', function(req, res) {
res.end();
});

process.title = "iframely";
process.title = "iframely";
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";

0 comments on commit afb22c2

Please sign in to comment.