I'm using Node.js 10.0.0 and am trying create a Node.js server that uses HTTPS.I followed this documentation to create the needed certs and keys, etc.
I can connect from localhost to the Node.js server just fine. However, if a Windows machine on the same network as the device running the node server tries to connect to the server using HTTPS, the browser says "Trying to establish a secure connection" and times out and the page fails to load.
What am I doing wrong? I'm new to Node.js, HTTPS, etc. What can I do to debug this problem?