NCache is an open-source, in-memory, distributed cache written in .NET and usable by several different languages and frameworks. A distributed cache pools together memory from one or more servers into a single data store that can be accessed from a consuming application that is typically hosted on another server. The cache can be used to…
Month: August 2022
InSecurity
When using a .NET application that communicates with a web server, you may encounter the following error. The request was aborted: Could not create SSL/TLS secure channel. This exception message typically indicates that a secure channel could not be created due to the client application failing to specify a cryptographic protocol that is supported by…