Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

http_proxy paramater is not provided in AMQP connection #221

Open
ghost opened this issue Jan 27, 2016 · 0 comments
Open

http_proxy paramater is not provided in AMQP connection #221

ghost opened this issue Jan 27, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2016

Hi Team,

I have rabittMQ server on cloud (on aws) and I am making connection from my windows machine to make AMQP connection but TCP connection is failing. I could not find any option to pass http_proxy in connection parameters. I had same issue in aws-sdk gem and I was able to pass thru using http_proxy

s3 = Aws::S3::Resource.new(credentials: Aws::Credentials.new('XYZ', 'XYZ'), region:'us-xxxx-1', http_proxy: 'http://user:password@proxy.xxxxxxxxxxxxxx.com:8099')

It would be nice to have same option in AMQP connection.

Thanks and regards,
Mohit Jagga

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants