Does motionEyeOS have support for SSL? When logging in remotely, my credentials are sent in plain text.
Nope. SSL (HTTPS) is not the job of motionEye(OS), but rather of a reverse proxy (e.g. nginx) placed in front of it. HTTPS comes together with a certificate, which is attached to a domain.
Your credentials are never transmitted in fact. motionEye uses a signature mechanism that prevents (at least) the leak of your credentials.
Most helpful comment
Nope. SSL (HTTPS) is not the job of motionEye(OS), but rather of a reverse proxy (e.g. nginx) placed in front of it. HTTPS comes together with a certificate, which is attached to a domain.
Your credentials are never transmitted in fact. motionEye uses a signature mechanism that prevents (at least) the leak of your credentials.