fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 706 forks source link

Shows the URL is down with the "unable to verify the first certificate" message #335

Closed DivyaYash closed 8 years ago

DivyaYash commented 8 years ago

Please let me know how to fix this issue? I have read other issues that states I need to put in below lines..but not sure in which file I have to set and at what line etc..

rejectUnauthorized: false, requestCert: true, agent: false

DivyaYash commented 8 years ago

Found it, thanks!

avalkowsky commented 6 years ago

Thanks for sharing that!