<div dir="ltr"><div class="">
        <p>I want to enable ssl on port 7081 for my python application I'm using this port for xmlrpc.
I have twisted library installed but I'm not getting exactly how to use it's functions to enable ssl.
here is my code.</p>

<pre style class=""><code><span class="">class</span><span class=""> server</span><span class="">:</span><span class="">
         reactor</span><span class="">.</span><span class="">listenTCP</span><span class="">(</span><span class="">7081</span><span class="">,</span><span class=""> server</span><span class="">.</span><span class="">Site</span><span class="">(</span><span class="">myapp</span><span class="">))</span><span class="">
         reactor</span><span class="">.</span><span class="">run</span><span class="">()<br><br></span></code></pre>

<p>and at client side:</p><pre style class=""><code><span class="">server_proxy = xmlrpclib.Server("<a href="http://localhost:7081">http://localhost:7081</a>",allow_none=True)</span></code></pre><p>and what code should be there at the client side please suggest solution for that.
I also want to do the same thing for java client for the same application(python server).</p><p>please suggest solution for that.<br></p><p>girish.<br></p>

    </div></div>