This is yet another maintenance release that allows to turn off certificate revocation checks when using SSL/TLS.
-
Added –
RedisStorageOptions.CheckCertificateRevocation
property to disable certificate revocation checks. - Fixed – Allow to skip certificate revocation checks for environments where target server isn’t always available, e.g. AWS.
-
Fixed – Add
SslProtocols
option support tonetstandard1.5
target.