TLS with http_listener in Microsoft cpprestsdk on Windows

Viewed 3806

I'm trying to configure TLS with cpprestsdk (casablanca). All documentation I've read says that this is only supported on Windows, however when I look at any code related to configuring SSL, I see #if !defined _WIN32 surrounding it. I can not configure any certificates because the functions are hidden from me. Does anyone know what is going on here?

1 Answers
Related