Making Minimalist HTTPS Client in C on Linux



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:

[ad_2]

source

Exit mobile version