Hello! At first, thanks for your work on libmicrohttpd. I searched some time for a small http-library it does it's job well :)
I want use libmicrohttpd on GNU/Linux and Windows with encryption. Everything works well on GNU/Linux. On Windows I used the prebuild library[1], but recognized that MHD_FEATURE_SSL is turned of and libgcrypt and libgnutls are not included (probably for space reasons?). Is there and well written and current guide for building the required libraries on Windows with MinGW and MSYS? Or even better, is there a prebuild library including encryption? Currently I'm trying to follow this[2], but it doesn't look like the definitive guide. I'm pretty sure nearly everyone nowadays need encryption. Thanks Peter [1] Support for SSL3 and TLS (requires libgcrypt and libgnutls, optional) [2] https://lists.gnu.org/archive/html/libmicrohttpd/2010-01/msg00014.h tml
