Description
We are trying right now to restrict the TLS cipher suites in our environment.
https://docs.microsoft.com/en-us/dotnet/core/compatibility/cryptography/5.0/default-cipher-suites-for-tls-on-linux
Example: the SQL connection and service bus connection should be limited!
Environment
- Microsoft Azure
- Kubernetes cluster
- Docker with .net 5 service
- SQL Azure
- Service Bus
Configuration
Issue
The restriction has no effect. The connections are still established.