This is yet another maintenance release that allows to turn off certificate revocation checks when using SSL/TLS.

  • AddedRedisStorageOptions.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 to netstandard1.5 target.

Comments