I just put OMPD behind nginx and redirect all requests to https and port 443.
The UI and PHP works just fine, I only seem to have problems with playing music over mpd
In the mpd.log I get the following entries:
Jun 18 14:51 : exception: Failed to decode https://kodi/ompd/stream.php?action=streamTo&stream_id=-1&track_id=ghqixylpyt_fb7be62c&ext=.flac; CURL failed: SSL certificate problem: self signed certificate
Jun 18 14:51 : player: played "https://kodi/ompd/stream.php?action=streamTo&stream_id=-1&track_id=ghqixylpyt_fb7be62c&ext=.flac"
I just put OMPD behind nginx and redirect all requests to https and port 443. The UI and PHP works just fine, I only seem to have problems with playing music over mpd
In the mpd.log I get the following entries:
Any ideas how to solve that?