I'm trying to make an http conenction (to scrape a website) from within Komodo and am getting a ECONNREFUSED error: Example: require "open-uri" open("http://www.yahoo.com") But I can open a terminal session and use the ruby interpreter and make the http connection and get a complete response back from the site. What do you think the problem here could be? -- Posted via http://www.ruby-forum.com/.