Yeah, I tried. I created the key & cert pair and stored it under
/storage/.kodi/userdata/server.key
/storage/.kodi/userdata/server.pem
An then I just enabled the SLL under Settings -> Services:
Then http started to be redirected to https, however connection was refused there. And this last line from the crash log (/storage/.kodi/temp/kodi_*_20230626165241.log) seems to be the immediate cause:
Code
FATAL <libmicrohttpd>: serious error: reason "MHD_stop_daemon() was called twice." in file "/build/build.LibreELEC-RPi4.arm-10.0.4/build/libmicrohttpd-0.9.72/src/microhttpd/daemon.c" at line 7328
Anyway, nice it works for you - then there really could be just problem on my side. I'm not using the newest libreelec/kodi version (as it's obvious from the log message) so I will give it a try. Thank you for your response!