Commit 4fd2604
authored
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
1 parent 9828fb0 commit 4fd2604
File tree
5 files changed
+15
-11
lines changed- releases
- src/controllers
5 files changed
+15
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
| 878 | + | |
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
347 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
348 | 350 | | |
349 | 351 | | |
350 | 352 | | |
| |||
0 commit comments