hi all,
#----------------------
client = XMLRPC::Client.new(“localhost”, path, 443, nil, nil, nil, nil,
true, 30)
#----------------------
when i run it, throw a exception:
undefined method `use_ssl=’ for #<Net::HTTP localhost:443 open=false>
my box is centOS, but it’s works on another box,
seems related ruby environment,
any one can give me a hint.
all regards