You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: