Prusa link over https instead of http
Hi,
I like to use Prusa Link in a university network.
The network admins are OK with that but they don't like equipment webinterfaces communicating over http (port 80)
Is it possible to setup Prusa Link so it uses https (port 443) instead of http (port 80) ?
If so, how can set this up?
Cheers,
Erik
RE: Prusa link over https instead of http
With embedded firmware this is not possible (yet?) - you could hide printer in insolated network and add nginx with TLS between the network and printer network, but in general it is much more cumbersome with more than one printer.
Otherwise you could make Rasberry Pi with Prusa Link to listen over localhost and hide it behind nginx with TLS exposed to local network.
See my GitHub and printables.com for some 3d stuff that you may like.
RE: Prusa link over https instead of http
Thanks, I'll look into the nginx solution if the network admins really won't allow the web interface on port 80.