<div>
            <div>
                <span>Good news, it was fairly painless to implement. I've pushed the commits to https://github.com/pika/pika in master, if you'd like to test it out. I used the instructions on&nbsp;</span><a href="http://www.rabbitmq.com/ssl.html">http://www.rabbitmq.com/ssl.html</a>&nbsp;to setup SSL on the RabbitMQ server and tested against that.</div><div><span><br></span></div><div><span>Currently this only works with the BlockingConnection, SelectConnection and TornadoConnection.</span></div><div><span><br></span></div><div><span>There are two new files in the examples: demo_ssl_send.py and demo_ssl_receive.py.</span></div><div><span><br></span></div><div><span>The SSL connection syntax is fairly painless:</span></div><div><span><br></span></div><div><span><div>&nbsp;&nbsp; &nbsp;connection = SelectConnection(ConnectionParameters(host, 5671),</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;on_open_callback=on_connected,</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ssl=True)</div></span></div><div><span><br></span></div><div><span>The ssl_options argument, if used, should be a dictionary of key-value pairs for the arguments of ssl.wrap_socket as found at:</span></div><div><span><br></span></div><div><span><a href="http://docs.python.org/dev/library/ssl.html#socket-creation">http://docs.python.org/dev/library/ssl.html#socket-creation</a></span></div><div><br></div><div><span>If you don't mind, please clone the repo and install from source and let me know your results.</span></div><div><span><br></span></div><div><span>Gavin</span><p style="color: #a0a0a0;">On Wednesday, April 6, 2011 at 6:50 PM, Gavin M. Roy wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>
            <div><p style="color: #a0a0a0;">On Wednesday, April 6, 2011 at 6:25 PM, Matthew Long wrote:</p><blockquote type="cite"><div>
                    <span><div><div>Hello,<div><br></div><div>Is there a way to use the amqp python library pika with rabbitmq configured for ssl? I've looked at the code and the docs but there doesn't seem to be ssl support built in.</div></div></div></span></div></blockquote><div>Not currently, I can look and see what's involved. I'm hacking on Pika 2 right now, but give me a few hours and I'll let you know what I find.&nbsp;</div><blockquote type="cite"><div><span><div><div>

<div>Does anyone know how we would go about using our application with pika amqp connecting to rabbitmq ssl without switching to py-amqplib?&nbsp;</div></div></div></span></div></blockquote><div>Off the cuff, it's not possible without some sort of proxy. Just to confirm, which version of Pika are you using?
                </div><div><br></div><div>Gavin</div>
            </div>
        </div></div></div></span>
                
                
                
                
                </blockquote>
                
                <div>
                    <br>
                </div>
            </div>
        </div>