jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 63 forks source link

Can't connect to JanusGraph on Compose #90

Open bogumil opened 6 years ago

bogumil commented 6 years ago

I'm getting Error: Failed to authenticate (Error 401) when trying to connect to a server using username, password and ssl.

It looks that Basic Authentication is required - based on https://help.compose.com/docs/janusgraph-connecting-to-janusgraph#section-the-web-socket-connection-strings

jbmusso commented 6 years ago

Indeed, this is not supported yet. If you have time to provide a pull request for this, I'll be happy to review it. This is something that we should support as well.

pluradj commented 6 years ago

I've confirmed this now works with version 2.7.0