-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…207) DH-18424: Force websocket connections for 0.37.x+ Core servers **Testing** I tested the following scenarios on my Mac: * Grizzly with Core+ 0.37.x (can use dev-grizzly2) * San Luis with Core+ 0.37.x (can use dev-sanluis) * Community http * Community https (note `-Dhttp.websockets=true` needs to be set when starting the server) Example `START_OPTS -Dhttp.port=444 -Dhttp.websockets=true -Dssl.identity.type=privatekey -Dssl.identity.certChainPath=/dev-certs/localhost.crt -Dssl.identity.privateKeyPath=/dev-certs/localhost.key`. Also `NODE_EXTRA_CA_CERTS` needs to be set when using self signed SSL certs (see README). NOTE: Would be good to test at least the first 2 items on Windows since the user originally had some Windows specific issues. I don't have a way to do this since my Windows machine does not have access to the VPN
- Loading branch information
Showing
5 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters