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.
