On Fri, Apr 29, 2011 at 10:27, Hardy Griech <nt...@mardys.de> wrote:
> I'm trying to use mod_gnutls for TLS termination without success.

My first suggestion would be to use mod_ssl.

Alternatively, compile Apache and mod_gnutls with -g -O0 and run it
with `gdb --args httpd -X -e debug`. Put a breakpoint on the
pre_connection hook and take it from there.

Reply via email to