3.5.0
Breaking Changes
- Now SSL/TLS errors are not ignored by default. If you want to accept insecure connection, then you can force it via
Server:IgnoreSslErrors
.
Example for json configuration:
{
"server": {
"ignoreSslErrors": true
}
}
Full Changelog: 3.4.2...3.5.0