Showing posts with label https client. Show all posts
Showing posts with label https client. Show all posts

Friday, February 13, 2015

Boost.Asio HTTPS client

The boost asio official documentation gives two examples of making HTTP requests and using SSL for a connection. However, none of these examples do a HTTPS GET request.
In other words, if you want to make a HTTP GET request over a secure connection, you need to combine the two examples.
The links to the examples are http client and ssl client.