[ GIVEN ]
-- part of deploy.rb --
set :app HOST_ONE
set :web HOST_TWO
set :db HOST_THREE
------------------------------
My subversion server, HOST_FOUR uses https to communicate and a auth
file with users and passwords defined.
[WHAT I DID]
[EMAIL PROTECTED]> cap deploy:setup
[ command completed successfully on all hosts]
[EMAIL PROTECTED]> cap deploy:cold
o It asked me to accept an untrusted ssl cert for subversion (no
problem) - successful
o It prompted me for my ssh password - successful
o It listed [HOST_ONE] executing command
o Then it listed [HOST_TWO] executing command
o Then it spit out errors.
** [err] Authentication realm: <https://svn_host:443> Subversion
repository
** [err] Password for 'me':
** [err] Authentication realm: <https://svn_host:443> Subversion
repository
** [err] Username:
** [err] Error validating server certificate for 'https://svn_host:
443':
** - The certificate is not issued by a trusted authority. Use the
** fingerprint to validate the certificate manually!
** Certificate information:
** - Hostname: svn_host
** - Valid: from Sep 6 19:23:46 2006 GMT until Sep 3 19:23:46 2016
GMT
** - Issuer: me
** - Fingerprint: DELETED
** (R)eject, accept (t)emporarily or accept (p)ermanently?
o Once here it no longer accepts input and I am force to kill the job
I tried adding "set :synchronous_connect, true" but it did not resolve
the issue.
If i set :web :app to the SAME_HOST, deploy:cold works just fine,
prompts me for all passwords.
Any Ideas?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---