Closed ctippur closed 8 years ago
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?
https://github.com/iron-io/iron_mq_ruby/issues/92#issuecomment-76308212 should resolve, re open is this is not resolved. thanks!
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?