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
On Thu, 22 Jan 2015 13:13:12 -0500 Patrick wickline patwick92@gmail.com wrote:
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
Hi,
Should work.
Unless you have a firewall rule blocking it (maybe the router firewall) or you typing the wrong url (type https://server:port instead just https://server as it defaults to 443 port).
As I said, should work.
Also, how are you testing? If you are accesing yourself (from your LAN) typing the public address or the domain pointing to your public address, you need to know that some (old) routers make some kind of a loop and instead do translation of IP/port, they try to serve themselves with their private address as they understand the public IP are themselves.
You should use a proxy, in this case, or request someone to test from outside, or using your mobile phone.
Regards.