jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Issues connecting to CosmosDB with Gremlin API - 'no such host (wss)'

Open whege opened this issue 3 years ago • 0 comments

When adding the host as: wss://<RESOURCE_NAME>.gremlin.cosmos.azure.com with a port of 443, I got the following error:

DataSource[<RESOURCE_NAME>] - metadata refresh failed. Reason: No such host is known (wss) Details...

Clicking on "Details" not only doesn't bring anything up, but often causes an internal IDE error with PyCharm.

I can try changing the configuration - switching to HTTPS endpoint, including the port in the host, using different keys, switching the flavor from Cosmos to Gremlin(default) - but I end up with the same error as above.

whege avatar Apr 26 '22 19:04 whege