Open bmingles opened 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.
-Dhttp.websockets=true
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.