Hi I tried adding the address to trusted sites, no joy. Still got the warning about the certificate.
Blue Iris is running on WHS 2011. While searching for info on certificates and stunnel I came across the following at
[HOWTO] WHS homeserver.com Certificate in Jetty...and Others - SageTV Community
Describing how to export a windows certificate. It is with regard to sage tv, but the export direction allowed me to export whs 2011 certificate. I then found how to convert the certificate format, to a type suitable for stunnel, see second paragraph
Open Server Manager by clicking on the link in the task bar that WHS
supplies by default. You may also get there other ways like pressing WINDOWS-R
on the keyboard and entering servermanager.msc.
- On the menu on the left, expand Roles, then Web Server (IIS), and then click
on IIS Manager.
- Expand the server name then Sites, and click on Default Web Site.
- Click Bindings, scroll down to HTTPS, highlight and click Edit.
- Select the myserver.homeserver.com certificate from the drop-down and click
on the View button.
- Go to the Details tab and click on Copy to File.
- Follow the wizard making sure to export the private key, save as PFX, and
include all certificates and export extended properties.
- Enter a password, (you may use 123456 to match the Jetty for SageTV Wiki),
and select to save somewhere, (I use D:\ServerFolders\Documents as that’s where
I moved that default WHS share), with the name myserver_homeserver_com.pfx.
- Now the certificate needs to be converted, this can accomplished using openssl.exe bundled with stunnel see the following link
SSL Converter - Convert SSL Certificates to different formats
I converted the certificate loaded into stunnel, deleted the line cert = stunnel.pem and put in the new cert file name cert = newcert.pem
open ie and went thro no problem to the secure web page. Also tested mobile app and made secure connection
Only problem now, when blue iris web page opens, shows jpg picture, history, if I click on a file to open it, windows just sits showing connecting.
All of the above info is that gleaned from other authors.
Now all I have to do is solve why can't play the video files.