nejakejnick
Getting the hang of it
- Aug 30, 2015
- 139
- 24
Oh, "client = yes" was the problem. I must have copypasted it when I was googling some strange errors...
Thanks to you, I stopped banging my head on the desk. I'm not an IT guy but am tech-savvy and I still couldn't figure it all out. Until now!My Stunnel.conf file under "TLS Client Mode Services"
[blue iris]
accept = 8080
connect = 8081
cert = stunnel.pem
My Router is forwarding port 8080 to BI/Stunnel computer.
My BI Web server settings reads as follows "Enable the HTTP Web server on port 8081"
Check mark in "Stunnel is installed for HTTPS on Port: 8080"
I don't have HTTPS checked off in my BI app. I'm using no-ip as a ddns service and I switched it to https on the no-ip configuration page.
Use stunnel-5.49-win32-installer.exeI'm hoping stunnel-5.49.tar.gz is the correct file to download for a 64-bit machine. If not, please let me know. It seems that there should be an .exe file for Stunnel as part of the download. Should I even expect to find an .exe file, and if not, what files would help me to install it?
Thank you in advance.
Lee
Hello from Germany.
My english is maybe not the best. But i got BI&Stunnel running fine. Only the following Info by testing (The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.) isn´t fixed. But i think it is combined with the own-certificate stunnel.pem which is not signed as trusted.
[blue iris]
accept = 8151
connect = 8141
cert = stunnel.pem.
[blue iris], here you can also take [https]
accept = 443 (https)
connect = 99 (htp)
cert = stunnel.pem
I have a windows10x64 system with an fritzbox7490 router with portforward and also a dns-site, connected from the router. Everything works fine and the wan refreshs automatically. Only the warning because of the certificate if i connect via browser isn´t fixed. But i have no dns with textchanges and no homepage. So i think, it is the best solution until now.
With an friend we tried to connect to the site without typing "https://xxxxxxx.xxdns.xx" and only type the url without https but i didn´t work.
Shoud we fix that, we call it luxusproblems, i would fresh you up. It would be great if the software could be in german. I would offer myself to translate it
There are so many and awesome posibilietes to use this software differently, that it seems, that no one without me got such ideas in this area. But as you know, germans are stupid :-D
If i can help anyone, i would do. Sometimes it is useful to work with Teamviewer to connect to each other to fix probs without travelling arround the world.
Mobile browser with firefox on android works, if you switch to desktop-site.
Best regards.
ME
fd
I was able to set up Stunnel, and I too am having the same problem as the poster above, i.e., getting the error message when I click the "Test Again" button towards the end of the "Remote Access Test" procedure: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. I am able to use the Blue Iris app to view my cameras' streams remotely on my smart phone, but I'm concerned the streams will not be encrypted when I get the above error message.
My Stunnel.conf file shows the following under ; ***************************************** Example TLS client mode services
[BlueIris]
;due to a bug accept must be as follows
; normally would be as follows
;accept = 1440
accept = 0.0.0.0:1440
connect = 192.168.1.200:8081
cert = stunnel.pem
Please see attached screenshot of page with error.
Can someone please offer guidance on how I can resolve this? Please forgive my ignorance, but I couldn't quite follow the discussion about how to resolve this.
Thanks in advance.
Lee
I've been messing around with this for a couple of hours now.. tried certificates from multiple providers (ZeroSSL and others), etc.. I can access BI via HTTPS but my browser prompts that "Your connection is not secure" and I have to add an exception to continue..
[...]
Any ideas?
Its done:
One note though... totally disabling security checking for your browser is risky (unwise).
Why not simply add the self-signed certificate (ssc) to the browser?
chrome://settings/privacy then Manage Certificates, Import
Yes, that requires the ssc file to be installed on any/all systems that would be used to connect to BI.
In addition to using STUNNEL's ssc, documentation implies that any ssc can be used as long as it is a PEM or P12 format.