server icon indicating copy to clipboard operation
server copied to clipboard

[PM-1816] Remove TLS 1.1 from sys logger

Open lightswitch05 opened this issue 1 year ago • 1 comments

Type of change

- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

TLSv1.1 was deprecated on March 2021 by RFC-8996 and should no longer be used due the usage of SHA-1 hashes. The objective of this PR is to exclude it as a valid option for the syslog connection.

Code changes

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

lightswitch05 avatar Apr 12 '23 16:04 lightswitch05

Thank you for your contribution! We've added this to our internal Community PR board for review. ID: PM-1816

bitwarden-bot avatar Apr 12 '23 16:04 bitwarden-bot

This change was done in #3798.

justindbaur avatar Sep 19 '24 12:09 justindbaur