apologies for waking an old (ish) thread, but ...
if you build mini_httpd (with monowall patches) on a system with ipv6 support and change the makefile like
add
IPV6_DEFS = -DUSE_IPV6
change
CDEFS = ${IPV6_DEFS} ${SSL_DEFS} ${SSL_INC}
and build, it now works as expected over ipv6
|