You can use the ResetNodeSupplementalTlsCiphers method to restore the list of supplemental TLS ciphers to the default. You can use this command on management nodes.
https://<management node IP>:442/json-rpc/10.0
This method has no input parameters.
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "ResetNodeSupplementalTlsCiphers", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }