jordansissel / ruby-ftw

Ruby FTW - For The Web. Experimentation in web clients and servers.
31 stars 18 forks source link

Is it possible to set HTTP proxy settings? #21

Open ghost opened 10 years ago

ghost commented 10 years ago

I'm specifically looking to make a websocket connection through a proxy server.

techilla commented 9 years ago

I would also like to use this. I have a Loadbalancer in front of two Tomcats where a Java servlet should handle the POSTs send by logstash http output. Because I am in a private network I get HTTP state 504 resonses. My host told me that http_proxy setting is required which I already set in /etc/sysconfig/logstash as well as via "export" into the env.

Any help about how to get this run would be very, very appreciated.