Open patternhelloworld opened 1 year ago
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".
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.