websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

Load certificate bundle

Open MartyMcFlyInTheSky opened this issue 3 years ago • 1 comments

Sorry I'm new to websocket++. I like what I'm seeing so far. But how can I load a certificate bundle (windows or linux) for the TLS connection? What API foo am I looking for? Also, is there more documentation on the API in general except for this tutorial?

MartyMcFlyInTheSky avatar Nov 14 '22 14:11 MartyMcFlyInTheSky

how can I load a certificate bundle (windows or linux) for the TLS connection? What API foo am I looking for?

Call set_default_verify_paths. Here's an example.

Also, is there more documentation on the API in general except for this tutorial?

https://docs.websocketpp.org/annotated.html

Jacob-Burckhardt avatar Nov 14 '22 19:11 Jacob-Burckhardt