Hi, I tried this locally on an Ubuntu Linux with 3.0.12 and default configuration files and the above commands and did not encounter any problems. arangodump and arangorestore use the same underlying connection code, so I am wondering whether creating the dump over SSL with arangodump has worked. Are there any SSL-related configuration options for arangod in your start script or arangod's configuration file?
Can you also post on which platform you run it on plus the output of `arangorestore --version`. This will show some library version numbers. Thanks! Jan Am Donnerstag, 9. März 2017 09:43:08 UTC+1 schrieb Bart DS: > > Hi, > > I can't restore a database dump over SSL: > > arangorestore --server.endpoint ssl://localhost:8530 > --server.authentication true --server.username root > --include-system-collections false --server.database testdb > --create-database false --input-directory ./arangodump_2017-03-08 > > Please specify a password: > 2017-03-09T08:14:25Z [11029] ERROR Could not connect to endpoint http+ssl: > //localhost:8530 > 2017-03-09T08:14:25Z [11029] FATAL Could not connect to > 'http+ssl://localhost:8530' 'SSL: during SSL_connect: 0 - Success'' > > > I can connect to the web interface on https://localhost:8530 and I am > also able to connect and restore when not using SSL. > > ArangoDB version is 3.0.12 with a self-signed certificate > > Thanks, > > Bart > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
