SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

vishnu_connect: Communication failed [VISHNU call failure] #367

Closed samkos closed 11 years ago

samkos commented 11 years ago

when using 3.1.0 from a linux box, I get

vishnu_connect -u C70353password: [ERROR] Failed verifying the server certificate. error:00000000:lib(0):func(0):reason(0) vishnu_connect: Communication failed [VISHNU call failure]

here's my vishnu_config file disp_uriAddr=tcp://xxxxxxxxxx:5560 retryTimeout=1000 useSsl=1 serverSslCertificate=/tmp/server-cert.pem databaseSslCa=/tmp/ca.pem

SK

keoo commented 11 years ago

Hi,

Your client configuration file does not have the right flags First database flags is useless on the client side. Then, you miss the 'sslCa' flag that should be containing the /tmp/ca.pem

Kevin

samkos commented 11 years ago

ok it works!

thanks

SK