I've been following sources like: http://blog.ayanray.com/2015/06/adding-https-ssl-to express-4-x-applications/ or https://engineering.circle.com/https-authorized-certs-with-node-js-315e548354a2#.lggg4ecm4 but only failing so far.
Since this is a self signed certificate your browser will reject it the first time you try to connect with a warning like this:This is because your certificate is not signed by one of the trusted certificate authorities,...
Which basically means, no matter what I do, since the certificate is not authorized, there will always be an error for someone who connects the first time to this website, right?
If that's the case, how do you guys handle this kind of problem, if you want to have a public accessible Node-RED Instance (one with the dashboard) and have it set up securely? Do you let your certificate get authorized?