I this video I will demonstrate how to create a simple HTTPS client in C using the Socket API and OpenSSL library.
You can install the OpenSSL dependencies (libraries and man pages) using the following command on Ubuntu/Debian:
apt install libssl-dev libssl-doc
For other distros, check out the corresponding OpenSSL library packages names
You can view the code I wrote in the video over here: https://github.com/nir9/welcome/tree/...