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
8.02k stars 1.65k forks source link

server certificate verification in websockets #317

Open srinivasa-reddi opened 7 years ago

srinivasa-reddi commented 7 years ago

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

meirb commented 7 years ago

i have the same issue, is it going to be added?

garethsb commented 5 years ago

Does https://github.com/Microsoft/cpprestsdk/pull/1049, merged last month, solve your issues, @srinivasa-reddi, @meirb?