deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
3 stars 0 forks source link

DHE: Secure web socket connections #153

Open bmingles opened 1 month ago

bmingles commented 1 month ago

The extension is currently setting the -Dhttp.websockets=true jvmArgs flag when creating workers. This needs to be change to use secure connections. Will need to investigate how to do this, as it doesn't work with current ws configuration.