Is it possible to build a data connection from a node js bot deployed on a HTTPS server to my website without the security certificates?
I have a node js bot deployed on a secure HTTPS server (Repl.it). It outputs to the console regularly, and I need others to see this output. They cannot because they do not have access to my repl.it account (and the console there is terrible anyway). I don’t have access to the server, nor its security certificates.