How to reenable restrictprotocol TLSv1.2?
How to reenable restrictprotocol TLSv1.2?
1. We run the following to restrict TFA.
# tfactl restrictprotocol TLSv1.2
[root@bppsdb01 bin]# ./tfactl print protocols
.-------------------------------------------.
| bppsdb01 |
+-------------------------------------------+
| Protocols |
+-------------------------------------------+
| Available : [TLSv1, TLSv1.1] |
| Restricted : [SSLv3, SSLv2Hello, TLSv1.2] | ->>> TLSv1.2
'-------------------------------------------'
2. We want to back TLSv1.2 to Available. How to enable restrictprotocol TLSv1.2?