Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: BitPorium on June 02, 2011, 10:51:22 PM



Title: HTTPS server?
Post by: BitPorium on June 02, 2011, 10:51:22 PM
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?


Title: Re: HTTPS server?
Post by: SmokeTooMuch on June 03, 2011, 11:00:44 AM
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)