Try Playground
Show / Hide Table of Contents

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.
  • Windows PowerShell
  • Linux CLI
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. -
disable-ncachetls [-node] [-userid] [-password]

Examples of Disable-NCacheTLS

This 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.20,20.200.20.21"

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. -
-userid <String> Specifies the user id used to authorize the user for this operation. It is required in case security is enabled on Cache Server. This user id must be the active directory user id. -
-password <String> Specifies the password of the user that is used to authorize the user for this operation. It is required in case security is enabled on Cache Server. This password must be the same as the active directory user password. -
In This Article
  • Examples of Disable-NCacheTLS - PowerShell Cmdlet
  • Properties
  • Examples of Disable-NCacheTLS
  • Properties

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top