-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
add SSL encryption to the RPC port #1324
Comments
It's possible, but you can also put a MM2 RPC behind the reverse proxy to reach the same goal. So it's unlikely to be implemented from the API side in near future. |
thanks, works fine works from remote too, with mm2 params |
it would be helpful to have the RPC port SSL encrypted, so that mm2 instances can be managed over the network through the RPC port, eg for marketmaking bots dealing with more then one node
saw that we now have the option
wss_certs
... could that be simply applied to RPC too, likerpc_certs
and if defined the RPC port will be encrypted with the cert?The text was updated successfully, but these errors were encountered: