Displaying 5 results from an estimated 5 matches for "proxy_open".
2010 Jul 14
1
Running yum shows errors
...thon2.4/urllib2.py", line 376, in _open
'_open', req)
File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib/python2.4/urllib2.py", line 573, in <lambda>
lambda r, proxy=url, type=type, meth=self.proxy_open: \
File "/usr/lib/python2.4/urllib2.py", line 580, in proxy_open
if '@' in host:
TypeError: iterable argument required
Please let me know what needs to be done.
Thanks
Jatin
2006 Jan 03
0
installation using proxy
hello,
I''m new to RonR. I tried installing rails using the --http-proxy option.
I typed this on the command line:
`gem install rails --http-proxy username:passowrd@proxy-address`
It retturned an error,
ERROR: While executing gem ... (NoMethodError0
undefined method `proxy_open'' for #<URI::Generic:0x2f45270>
What did I miss?
--
Posted via http://www.ruby-forum.com/.
2005 Jul 18
2
Rails installation problem
...ude-dependencies
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (NoMethodError)
undefined method `proxy_open'' for #<URI::Generic:0x177ac8c
URL:wwwcache.dur.ac.uk:8080>
Any help in solving my installation problem will be much appreciated.
Alternatively, I have downloaded the Rails zip file from the website.
How do I manually install this?
Cheers,
Nick.
2005 Dec 19
15
OpenSSL ''no ciphers'' error on OS X when using Net::HTTP
OpenSSL::SSL::SSLError: SSL_CTX_new:: library has no ciphers
This error is thrown whenever I use anything that uses Net::HTTP. OS X
Tiger, ruby 1.8.2 (2004-12-25) [powerpc-darwin8.2.1]
What could it mean?
Joshua Sierles
2006 Mar 24
8
[OT] Does Net::HTTP support secure connections ?
Hi !
I''m trying to connect to an https URL, but it seems it doesn''t work.
Has anyone successfully connected from Ruby to an HTTPS server ?
Thanks !
--
Fran?ois Beausoleil
http://blog.teksol.info/