|
From: | Avner Flesch |
Subject: | Re: [libmicrohttpd] Build libmicrohttpd with HTTPS to powerpc |
Date: | Wed, 13 Sep 2017 17:18:01 +0000 |
Hi Avner,
We never supported 'gcrypt-only'. We always required GnuTLS, just some
very long time ago we tried to include parts of the GnuTLS code with
MHD. However, that version never worked well with HTTPS/TLS, so it is
definitively not advisable to go there. If you cannot build GnuTLS, you
could:
1) Ask the GnuTLS mailinglist for help,
2) Disable TLS support for MHD if you do not need it; or,
3) Put MHD-logic behind a reverse proxy (i.e. Apache) that
does support TLS
Happy hacking!
Christian
On 09/03/2017 09:23 PM, Avner Flesch wrote:
> Hi,
>
> I am trying to build libmicrohttpd for powerpc (ppc_6xx) host.
> I remember that a few years ago, in order to support HTTPS you could use
> GnuTls lib or gcrypt lib - I am having trouble to build GnuTls (because
> of all the dependencies). What is the last libmicrohttpd version that
> can support HTTPS with gcrypt only?
>
> Thanks
>
> Avner
[Prev in Thread] | Current Thread | [Next in Thread] |