-
Couldn't load subscription status.
- Fork 109
Closed
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.
Description
I'm trying to connect a remote arangodb from iojs. With plain http everything works properly. After switch the endpoint to ssl the driver fails to connect with a message ECONNRESET.
Handmade API calls with builtin https module works, after added certificates with:
require('ssl-root-cas').inject().addFile('.ssl/sub.class1.server.ca.pem');. The WEB GUI and the browserify bundle are working too.
Arango 2.6a3, arangojs 3.8, iojs 2.0.1, 2.2.1, certificate: StartSSL free cert (green padlock in all tested browsers)
I've to configure something, or is this a bug?
Metadata
Metadata
Assignees
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.