search for: request_get

Displaying 2 results from an estimated 2 matches for "request_get".

2006 Apr 06
2
OpenSSL: SSL_CTX_new:: library has no ciphers
...L mode. I''m on TextDrive, which runs ruby 1.8.2; however, I have the /net folder from ruby 1.8.4 in my /lib to support net/https, which doesn''t appear to be present in 1.8.2. http = Net::HTTP.new "www.beanstream.com", 443 http.use_ssl = true http.start { http.request_get("/scripts/process_transaction?" + @data) {|res| @response_plain = res.body } } When I try to run this code, it craps out at the http.start. I''ve tried several iterations and examples; either OpenSSL fails, or 1.8.2 doesn''t support use_ssl and there is no net/...
2008 Jan 13
6
Graceful way to handle execution expired and bad URI errors?
Hello, I have a program that takes blog urls that our customers enter into their profiles. In some cases they enter bad feeds (IE html pages instead of atom or rss), and it throws these two errors: execution expired and bad URI errors in the view. I need to find a graceful way to handle both. Preferably, if I could find a way to throw an error message for the execution expired