I have stunnel set up on my machine. It works locally and lets me connect to my Blue Iris server with https. 

However, I am unable to do this remotely. I have forwarded the port in my router to stunnel, from stunnel to blue iris, but still doesn't work. 

Below is part of my conf file


[Blue Iris]
accept  = 8344  (forwarded this in the router to my static IP of my machine)
connect = 127.0.0.1:8081 (8081 is my blue iris web server) 


I hope someone is able to give some advice