Feature #5207
Updated by Junxiao Shi 9 months ago
Currently, `ndn-autoconfig` can only connect to NDN-FCH service over insecure `http://` scheme. This feature is to reimplement this feature with Boost.Beast HTTP client library so that it allows allow `https://` scheme as well. It would depend on Boost.Beast so that it only works when the program is built with Boost 1.66 or later; older Boost versions would continue to use the existing implementation that only supports `http://` scheme.