Rebex TLS samples

Console samples (command line apps)

HttpsGet

Very simple and very fast HTTPS downloader.

TlsEcho

This sample connects to an HTTPS server, sends 'GET' request, receives a response and displays it.

TlsProxy

Shows how to use TlsServerSocket class to write custom TLS proxy server.