C++ Programming on LInux - Libevent - Evhttp - OpenSSL Update from HTTP to HTTPS

Опубликовано: 22 Март 2026
на канале: Hui Yuan
543
14

In previous video, it has discussed how to build an HTTP client/Server using libevent evhttp. As we know, HTTP, data has been transmitted over network with text model, it has been considered not secure, and today many HTTP applications have been replaced with HTTPS.
https://www.openssl.org/docs/man3.3/m...
OpenSSL is one of most used SSL/TLS library for building HTTPS applications.
The example of this video is update HTTP example to HTTPS using libevent, evhttp and OpenSSL library.

Example Codes have been uploaded onto GitHub, Link:
https://github.com/yuanhui360/CPP-Pro...