StreamingSocket and TLS

Anyone has an example they can point me to that might shine a bit of light on how to do this? I’ve been looking into OpenSSL and everyone seems to say trying to add it as a dependency is dreadful.

I’ve seen some stuff in Boost that looks promising, but this is unchartered territory for me…

Appreciate any help!

I spent weeks on this to no avail – boost is a nightmare and if the host is using a different version than your compiled version, can cause issues.

@FigBug has an SSL socket in his module Gin. I didn’t ever end up using anything, but after trying a bunch of things, his was the best / easiest to integrate by far.

Well that’s encouraging lol, thanks for the tip I’ll check out that module.

1 Like