0

This example demonstrates the use of the secure transport in NexusDB.

In essence the secured transport is a proxy transport which passes all requests secured through to an underlying normal transport. The rest of the normal component chain (TnxSession on the client and TnxCommandHandler on the server side) connects to this proxy instead of the normal transport.

Please note that the Key in both server & client side secured transport needs to match
otherwise a client can't connect to the server.

How to use?: 

This example requires that tcp/ip is installed on your machine.

Before you run the application make sure that you have no other NexusDB server
running on the default port (16000) otherwise the example won't work.

Category: 
Code Examples
Current Version: 
1.00
Supported Products: 
NexusDB V2
NexusDB V3
AttachmentSize
SecuredTransport.zip3.08 KB
Home