We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add SSL support so when Kodi's Settings → Services → Control → Web server → Enable SSL is toggled, the remote can still work.
Settings → Services → Control → Web server → Enable SSL
This will also require a UI tweak to prompt to accept a self-signed certificate and/or misnamed certificate hosts.
The text was updated successfully, but these errors were encountered:
if possible, you could already give it a shot: https://github.com/kambala-decapitator/Official-Kodi-Remote-iOS/tree/kodi-ssl
tested with self-signed cert created in macOS Keychain and then exported it to PEM with:
openssl pkcs12 -in ~/Desktop/cert.p12 -out ~/Library/Application\ Support/Kodi/userdata/server.pem -password pass: -nokeys -clcerts openssl pkcs12 -in ~/Desktop/cert.p12 -out ~/Library/Application\ Support/Kodi/userdata/server.key -password pass: -nocerts -nodes
Will prepare a PR soon.
Sorry, something went wrong.
finally managed to issue myself an SSL cert to a dyndns domain: all seems to work fine as well.
btw turned out that raw TCP connection doesn't use SSL.
some UI adjustments are still needed and then PR will be ready.
No branches or pull requests
Please add SSL support so when Kodi's
Settings → Services → Control → Web server → Enable SSL
is toggled, the remote can still work.This will also require a UI tweak to prompt to accept a self-signed certificate and/or misnamed certificate hosts.
The text was updated successfully, but these errors were encountered: