Hi,
I installed mopidy on a PI zero W headless
I have the extensions local, http and muse
It is working great, i can use a remote http access to play a song.
Now i would like to have a secure http access, i understoud it is tornado as web erver but i can’t fnid the steps to add SSL encryption…
Hi,
My understanding is that people usually put NGINX or the Apache HTTP server in front of Mopidy; Those tools then provide the encryption layer.
Jacques-Olivier:
Hi,
I installed mopidy on a PI zero W headless
I have the extensions local, http and muse
It is working great, i can use a remote http access to play a song.
Now i would like to have a secure http access, i understoud it is tornado as web erver but i can’t fnid the steps to add SSL encryption…
Hello
You can check below steps-
-Create a self-signed SSL certificate or obtain one from a trusted source.
-Set up Tornado to use SSL by specifying the certificate and key paths in your Tornado application.
-Change Mopidy’s configuration to use HTTPS instead of HTTP.
-Apply the changes by restarting the Mopidy service.
-Verify the secure connection by accessing your Mopidy server using HTTPS.
These steps should help you secure your Mopidy server with SSL encryption.
Hope it helps !
Thank you
boblewis