cclifton
Results
2
comments of
cclifton
@davechina , there is also a fix for this that can be applied to intervalbuilder.js, see https://github.com/fzaninotto/uptime/pull/246/files
hack workaround is to add the following line just beneath the top var declarations in the top of ./app.js, (line 18-20 or so) process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; Problem with this workaround...