NodeRed SSL not working

Trying to setup SSL for my nodered docker instance. I have followed this guide to the letter, and in the FQDN i used only my IP no port and no https:// before hand, is this correct?

http://www.steves-internet-guide.com/securing-node-red-ssl/

Does anyone have HTTPS working for node red?

Yes, certainly.

No.

If you want https, you have to use https://.

Unless you are using a reverse proxy, you will have to include the port since it is non-standard. The standard port for https is 443 which Node-RED doesn't use for a variety of good reasons.