From: Achim Domma Date: 2007-05-21T17:50:18+09:00 Subject: Timeout accessing .Net Webservice via POST or GET Hi, I try to access an .Net webservice which is accessible via HTTP POST and GET. Using a browser this works just fine, but using Net::HTTP causes a timeout in rbuf_fill. Any hint how to debug this? Or is it a know problem with MS ISS? I didn't find anything using groups.google.com. Here is my code: Net::HTTP.get_print URI.parse('https://secure...url which works fine in browser...') regards, Achim