Hello,
I want to make my server only receive commands through SSL connection. How do i do this? Do i need to generate an ssl certificate?
Certificates ares necessary for SSL connections.
I guess you also need a custom pool server software which supports SSL connections.
(google for json SSL rpc or something, maybe that will help)