You can use the ResetSupplementalTlsCiphers method to restore the list of supplemental TLS ciphers to the default. You can use this method on the entire cluster.
This method has no input parameters.
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "ResetSupplementalTlsCiphers", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }