allow API access on http port tcp/80

pvdputte

Member
Joined
Nov 21, 2024
Messages
8
Please let the API listen on tcp/80 as well.

There is no authentication anyway and the self-signed https certificate makes life hard for no reason. My home automation plainly refuses to talk to it.

While I'm technical enough to set up a reverse proxy to present the same API without a certificate, this feels silly and is not customer-friendly. It could be open by default or an optional switch.

Alternatively provide a way to replace the self-signed certificate with a trusted one.
 
Upvote 1
Please let the API listen on tcp/80 as well.

There is no authentication anyway and the self-signed https certificate makes life hard for no reason. My home automation plainly refuses to talk to it.

While I'm technical enough to set up a reverse proxy to present the same API without a certificate, this feels silly and is not customer-friendly. It could be open by default or an optional switch.

Alternatively provide a way to replace the self-signed certificate with a trusted one.
Yes. @WiiM Team It makes absolutely no sense to have encryption on this interface on a local network. It do not protect anything.
 
Last edited:
Yep, the older Linkplay modules had port 80 open, and even had an HTML UI on it. Not sure why they blocked it on the newer modules. The UPnP/DLNA interface is open, though, and has more functionality than the https interface.
 
Yep, the older Linkplay modules had port 80 open, and even had an HTML UI on it. Not sure why they blocked it on the newer modules.
Probably because the general misunderstandings about the security of HTTPS versus HTTP.

HTTPS is secure against the "man in the middle" attacks and nothing else. So make no sense on a private network.
 
Last edited:
Back
Top