Capistrano: Errorno::ETIMEDOUT

Hi everybody,

I am trying to set up a small application to my hosting in iPage.com,
but I can’t properly configure the deploy.rb file.
I get the following error:

C:> cap deploy:setup

  • executing `deploy:setup’
  • executing "sudo -p 'sudo password: ’ mkdir -p

connection failed for: mydomain.com (Errno::ETIMEDOUT: A connection
attempt f
ailed because the connected party did not properly respond after a
period of tim
e, or established connection failed because connected host has failed to
respond
. - connect(2))

I think I properly set up the deploy.rb: I used in role :web,
mydomain.com” (just like in :app and in :db) but I didn’t specify a set
:deploy_to

Thanks a lot in advance!