[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] HTTPS support
From: |
Piotr Grzybowski |
Subject: |
Re: [libmicrohttpd] HTTPS support |
Date: |
Thu, 7 May 2015 16:24:12 +0200 |
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
<address@hidden> wrote:
> Does MHD have HTTPS support ?
>
> Thanks
> Prakash