Tagged Questions
2
votes
0answers
61 views
Https server with cpp-netlib
How can one use cpp-netlib to implement a HTTPS-server?
cpp-netlib can be used as HTTP server (see service selector, handler and main in my tryout code).
With Boost::asio seting up an SSL connection ...
0
votes
0answers
52 views
How to force certificate validation in cpp-netlib when making HTTPS request?
We use cpp-netlib in our multi-platform code (iOS and Android) to perform HTTPS requests but we could not find a way to perform server's certificate validation. The documentation on the site is scarce ...