Document encrypted connection to JSON-RPC API #3422
ann0see
started this conversation in
Documentation
Replies: 1 comment 1 reply
-
@ann0see Can you detail your use case? I use scripts over ssh. I also have a zenity "gui" that utilizes scripts over ssh. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've played around a bit with the JSON-RPC API in the past days.
It makes sense to - for now until Jamulus supports encrypted connection of the JSON-RPC server - document remote access via e.g. Websockets.
I came across websockify by noVNC: https://github.com/novnc/websockify
If a ssl certificate e.g via letsencrypt is available, it's quite easy to set up a proxy:
Jamulus' RPC server would listen to localhost: and then websockify adds the encrypted layer as websocket.
Probably there are other ways to achieve this too - for my use case this seemed to be the best way.
Beta Was this translation helpful? Give feedback.
All reactions