neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
221 stars 56 forks source link

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

Open whege opened 2 years ago

whege commented 2 years ago

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.