Skip to content

Commit

Permalink
Allow/Ignore SSL issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Mar 5, 2014
1 parent b4acd43 commit fb460f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ app.get('/', function(req, res) {
});

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

app.listen(CONFIG.port);

if (CONFIG.ssl) {
Expand Down

0 comments on commit fb460f2

Please sign in to comment.