laravel-echo-server
laravel-echo-server copied to clipboard
By default insecure TLS v1 and v1.1 are now disabled
This disables TLS 1.0 and 1.1 to be disabled by default. To allow them, you can override this option with an empty string.
"67108864 (TLS V1.0) | 268435456 (TLS V1.1)" becomes 335544320. So you can just manually put "secureOptions: 335544320" on your "laravel-echo-server.json".