microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.89k stars 1.63k forks source link

Configuring windows ssl support for server. #1751

Open pavanduvvur opened 1 year ago

pavanduvvur commented 1 year ago

Hi Team, I am trying to configure SSL on server side i.e by creating a listener. I am setting the https in the listener endpoint. I see SSL_Context callback is not in the windows. Is there anything else we have to do in windows to make server listen on https? Thanks you in advance.