VMware GemFire .NET Client - SSL

Demonstrates basic SSL connection of a VMware GemFire .NET client with a GemFire cluster. It's a simple command line program that connects to a region using the cache factory object and does not involve a dependency on Java.

View on GitHub

This is a sample code that connects to an SSL enabled GemFire cluster using SSL enabled client. It’s a simple command line simple program that connects to a region using cache factory object and does not involve any dependency on Java. Since the Java KeyStore (JKS) format is not supported with .NET, you will need to export your certs (keystore, truststore) in .pem or other supported types. Please refer to this article for more details.

This sample was created, built and tested with Microsoft Visual Studio 2017 Community Edition.