hgoldfish / qtnetworkng

QtNetwork Next Generation. A coroutine based network framework for Qt/C++, with more simpler API than boost::asio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does qtnetworkng support https?

lshgax opened this issue · comments

If you use cmake to build your project, then include the CMakeLists.txt of qtng, it will use the bundled libressl automatically.

QtNetworkNg also support https in qmake if you have openssl:

CONFIG += qtng_crypto
include(qtnetworkng/qtnetworkng.pri)