On 31 December 2011 01:26, preeti sp &lt;<a href="mailto:preetisp_83@yahoo.com">preetisp_83@yahoo.com</a>&gt; wrote:<br>&gt; I wanted to know If JSON RPC works over https (Secured) and I need documentation link for details on how to make it work?<br>
<br>It doesn&#39;t do HTTPS itself: for that, you could put an Apache reverse-proxy in front. Apache would accept HTTPS connections, and would in turn make a corresponding HTTP connection to your JSON-RPC service. Any old Apache tutorial will tell you how to set this up: e.g. <a href="http://blogs.adobe.com/cguerrero/2010/10/27/configuring-a-reverse-proxy-with-apache-that-handles-https-connections/">this</a> or any of the other results of <a href="https://www.google.com/search?q=apache+https+reverse-proxy">this google search</a>.<br>
<br>Regards,<br>� Tony<br>--<br>Tony Garnock-Jones<br><a href="mailto:tonygarnockjones@gmail.com">tonygarnockjones@gmail.com</a><br><a href="http://homepages.kcbbs.gen.nz/tonyg/">http://homepages.kcbbs.gen.nz/tonyg/</a>