Making Minimalist HTTPS Client in C on Linux

Опубликовано: 31 Октябрь 2024
на канале: Nir Lichtman
14,611
871

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/...