You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're having a security audit and the EPR has some issues we have to cover.
One of them was disabling support for TLS v1.0 and 1.1. The other is disabling DES and 3DES ciphers to mitigate a SWEET32 attack.
As far as I can tell, even specifying the TLS supported versions was a relatively new addition.
Is there currently a way in which we can specify the allowed and forbidden ciphers, and if not do you have any plans to add that functionality in the future?
The text was updated successfully, but these errors were encountered:
We're having a security audit and the EPR has some issues we have to cover.
One of them was disabling support for TLS
v1.0
and1.1
. The other is disabling DES and 3DES ciphers to mitigate a SWEET32 attack.As far as I can tell, even specifying the TLS supported versions was a relatively new addition.
Is there currently a way in which we can specify the allowed and forbidden ciphers, and if not do you have any plans to add that functionality in the future?
The text was updated successfully, but these errors were encountered: