Federation over SSL not working (0.28)

2014-07-29 Thread Wesley Holevinski
All, I'm attempting to get federation working over SSL and am getting the following error: Failed: SSL peer cannot verify your certificate. [-12271] (/builddir/build/BUILD/qpid-0.28-rc2/cpp/src/qpid/sys/ssl/SslSocket.cpp:156) I am already able to connect a C++ client, a java client, and a pyt

RE: Ruby qpid client + SSL 'Unknown protocol'

2014-03-18 Thread Wesley Holevinski
All, Found it! After thinking about it more, I was setting those environment variables after loading the gem. Setting the ENV variables (specifically the one to load the ssl connector) before requiring the gem did the trick. Thanks, Wes From: Wesley

Ruby qpid client + SSL 'Unknown protocol'

2014-03-18 Thread Wesley Holevinski
Hi all, I'm having issues getting my ruby client to connect over SSL. I'm getting this error: irb(main):014:0> c = Qpid::Messaging::Connection.new(:url => 'localhost:1', :options=>{:transport=>'ssl'}) => #"ssl"}, @connection_impl=#> irb(main):015:0> c.open() MessagingError: Unknown protoc