gonzotek / remoku

Remoku is a web app for Roku remote control. Written in JS/HTML5/CSS3
http://remoku.tv
18 stars 7 forks source link

"The information you have entered on this page will be sent over an insecure connection and could be read by a third party" #1

Open JohnVeness opened 1 year ago

JohnVeness commented 1 year ago

Hi. I came across your remoku.tv site and got it to work with my Roku (although I had to type the IP manually, as it didn't find it on a scan).

However, every time I press a button I get an error in Firefox:

The information you have entered on this page will be sent over an insecure connection and could be read by a third party.

Are you sure you want to send this information?

rbledsaw3 commented 8 months ago

This is an issue due the fact that the remoku website is http only and not https. Let's Encrypt is pretty trivial to get up and running so that the site will be on https, but unless the maintainer does this, the error will continue.