Disable-NCacheTLS - PowerShell Cmdlet
This PowerShell Cmdlet tool disables the TLS encryption on the specified nodes.
Note
- This feature is only available in NCache Enterprise.
- Disable-NCacheTLS PowerShell Cmdlet is supported for NCache 5.3.2 and above.
Disable-NCacheTLS [-Node] [-Credentials]
Examples of Disable-NCacheTLS - PowerShell Cmdlet
This PowerShell Cmdlet disables TLS configuration on nodes 20.200.20.11 and 20.200.20.12 regardless of whether previously enabled or whatever communication type (i.e., ClientServerCommunication, ServerToServerCommunication, and BridgeCommunication) TLS secured.
Disable-NCacheTLS -Node "20.200.20.11,20.200.20.12"
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Node |
<String> |
Specifies one or more IP addresses of cache servers, cache clients, or bridge nodes where TLS settings will be applied. Provide a comma-separated list of IP addresses to disable TLS settings on the desired nodes. Please ensure that client nodes with NCache installed are included; for NCache clients without installation, use manual configuration. | - |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user who has appropriate permissions at the node. | - |