Stunnel error: SSL routines:ssl3_get_record:http request

Post Reply
chribonn
Posts: 3
Joined: Thu Jan 14, 2021 11:18 am

Stunnel error: SSL routines:ssl3_get_record:http request

Post by chribonn »

Hi,

I setup Stunnel to work with BI and the wizard gave me the green check mark. Yet when I try to use the SSL functionality it does not work with the following error:

Code: Select all

021.01.14 12:08:46 LOG5[19]: Service [blueiris] accepted connection from xxx.yyy.zzz.122:55026
2021.01.14 12:08:46 LOG3[19]: SSL_accept: ssl/record/ssl3_record.c:321: error:1408F09C:SSL routines:ssl3_get_record:http request
2021.01.14 12:08:46 LOG5[19]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
The Stunnel configuration related BI is the following:

Code: Select all

[blueiris]
accept = 8080
connect = 81
cert = stunnel.pem
If I log (from my local LAN) to the BI server via port 81 the BI page comes up.

If I log in (from my local LAN) to the BI server via port 8080 the page does not come up with the same error described above logged by stunnel.

Can you please assist.
Post Reply