hi, ok, I will fall on this grenade. yes it does:
daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL,
PORT, NULL, NULL,
&answer_to_connection, NULL,
MHD_OPTION_HTTPS_MEM_KEY, key_pem,
MHD_OPTION_HTTPS_MEM_CERT, cert_pem,
MHD_OPTION_END);
cheers,
pg
On Thu, May 7, 2015 at 3:09 PM, Prakash Premkumar
<[email protected]> wrote:
> Does MHD have HTTPS support ?
>
> Thanks
> Prakash
