I am working in the intranet environment, may need proxy to connect to the orientdb server instance. On a linux client PC, I tried with using and without proxy setting (export http_proxy=....), in both cases, console and gremlin console failed to connect to the server.
with proxy setting: console connection attempt returned messages are: orientdb> connect remote:10.94.67.243/GratefulDeadConcert admin admin Disconnecting from the database [null]...OK Connecting to database [remote:10.94.67.243/GratefulDeadConcert] with user 'admin'... Error: com.orientechnologies.orient.core.exception.OStorageException: Cannot create a connection to remote server address(es): [10.94.67.243:2424] without proxy setting: orientdb> connect remote:10.94.67.243/GratefulDeadConcert admin admin Connecting to database [remote:10.94.67.243/GratefulDeadConcert] with user 'admin'... Error: com.orientechnologies.orient.core.exception.OStorageException: Cannot create a connection to remote server address(es): [10.94.67.243:2424] My questions is can console and gremlin console connection using proxy? if yes, how to setup? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
