C++ Websockes implementation for RAD Studio modern compilers (bcc32c, bcc64) based on Indy 10.
Put your certificate files (.crt, .pem, and .key) in the WebSockets/Demo/Resources/SSL/ folder to compile and run the Server Demo app, e.g.:
{$PROJECTDIR}\Demo\Resources\SSL\ca.crt
{$PROJECTDIR}\Demo\Resources\SSL\ca.key
{$PROJECTDIR}\Demo\Resources\SSL\caRoot.pem
Docs to come...