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
8.02k
stars
1.65k
forks
source link
server certificate verification in websockets #317
Hi all,
Does cpprestsdk supports server certificate validation .I have seen websocket_client , websocket_client_config class but no configurations for validation. Is there any way to register handlers for server certificate validations .
Hi all, Does cpprestsdk supports server certificate validation .I have seen websocket_client , websocket_client_config class but no configurations for validation. Is there any way to register handlers for server certificate validations .
thanks