iron-io/iron_mq_ruby

How to pass paroxy

Closed this issue · 3 comments

I seem to be getting a connection refused error when I try the ruby client to get messages.
Is there a way to set proxy?

  • Shekar

Try :http_proxy option, when configure the client, like that:

client = IronMQ::Client.new(token: 'TOKEN', project_id: 'PRJ_ID', http_proxy: 'YOUR_PROXY')

@ctippur did that work for you?

#92 (comment) should resolve, re open is this is not resolved. thanks!