New user of Blue Iris, just going through all the videos to configure, specifically the stunnel video. Here is my setup:
Server - Windows 10 Patched and updated
Blue Iris 5
stunnel 5.55
Netgear Orbi router
Android - Essential PH1 on Q
Configs:
Port forward setup to BI Server - Port 8081 to 192.168.1.26
Blue Iris 5 Web server config:
Remote external x.x.x.x:8081
Local Lan 192.168.1.26:8081
Enable http web server on port 81
HTTPS Lan Also
Stunnel Confg:
Under TLS Client Mode
accept = 8081
connect = 81
cert = stunnel.pem
The problems:
On the server, if I open chrome and go to https://192.168.1.26:8081/ I get site cant be reached "ERR_SSL_KEY_USAGE_INCOMPATIBLE"
On the server, if I open IE and go to https://192.168.1.26:8081/ works as expected.
From a workstation outside the network does the same thing, I can use IE but hates Chrome.
On the Android app, does not connect from outside the network. If I
Android App - Just simply does not connect.
If I use Chrome on the phone to browse to the site I get site cannot be reached. ERR_SSL_KEY_INCOMPATIBLE
Checking the log of stunnel I have lots of this error:
2019.06.12 14:35:07 LOG3[2734]: SSL_accept: ssl/record/rec_layer_s3.c:1535: error:14094417:SSL routines:ssl3_read_bytes:sslv3 alert illegal parameter
2019.06.12 14:35:07 LOG5[2734]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2019.06.12 14:35:07 LOG3[2735]: SSL_accept: ssl/record/rec_layer_s3.c:1535: error:14094417:SSL routines:ssl3_read_bytes:sslv3 alert illegal parameter
2019.06.12 14:35:07 LOG5[2735]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
Anyone have any ideas?
Server - Windows 10 Patched and updated
Blue Iris 5
stunnel 5.55
Netgear Orbi router
Android - Essential PH1 on Q
Configs:
Port forward setup to BI Server - Port 8081 to 192.168.1.26
Blue Iris 5 Web server config:
Remote external x.x.x.x:8081
Local Lan 192.168.1.26:8081
Enable http web server on port 81
HTTPS Lan Also
Stunnel Confg:
Under TLS Client Mode
accept = 8081
connect = 81
cert = stunnel.pem
The problems:
On the server, if I open chrome and go to https://192.168.1.26:8081/ I get site cant be reached "ERR_SSL_KEY_USAGE_INCOMPATIBLE"
On the server, if I open IE and go to https://192.168.1.26:8081/ works as expected.
From a workstation outside the network does the same thing, I can use IE but hates Chrome.
On the Android app, does not connect from outside the network. If I
Android App - Just simply does not connect.
If I use Chrome on the phone to browse to the site I get site cannot be reached. ERR_SSL_KEY_INCOMPATIBLE
Checking the log of stunnel I have lots of this error:
2019.06.12 14:35:07 LOG3[2734]: SSL_accept: ssl/record/rec_layer_s3.c:1535: error:14094417:SSL routines:ssl3_read_bytes:sslv3 alert illegal parameter
2019.06.12 14:35:07 LOG5[2734]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2019.06.12 14:35:07 LOG3[2735]: SSL_accept: ssl/record/rec_layer_s3.c:1535: error:14094417:SSL routines:ssl3_read_bytes:sslv3 alert illegal parameter
2019.06.12 14:35:07 LOG5[2735]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
Anyone have any ideas?