tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 510 forks source link

By default insecure TLS v1 and v1.1 are now disabled #608

Open patternknife opened 1 year ago

patternknife commented 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.

patternknife commented 1 year ago

"67108864 (TLS V1.0) | 268435456 (TLS V1.1)" becomes 335544320. So you can just manually put "secureOptions: 335544320" on your "laravel-echo-server.json".