mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.
mod_gnutls Documentation
  • Patched a bug responsible for excessive memory consumption by mod_gnutls
  • Support for proxying from SSL to plain HTTP was added (ie. proxy termination).
  • Corrected behavior with Keep-Alive connections.
  • Changed default DB backend and added more options for GnuTLSCache directive.
  • Session Tickets are enabled by default.
  • Fixed segmentation faults in some configurations.
  • Optimization in session caching.
  • Added support for session tickets, allowing resumption even without any cache.
  • Depends on GnuTLS with safe renegotiation support included.
  • Corrected issues with firefox and long POST data.
  • Added support for chained client certificates.
  • Several other bug fixes.
  • Removed limits on CA certificate loading.
  • Do not allow sending empty TLS packets even when instructed to.
Prerequisites Stable branch
There are two mailing lists for mod_gnutls. The first is the generic announcement mailing list which provides announcements for all software releases on OutOfOrder.cc, but can be filtered by choosing topics in the mailing list options page. The second is the user mailing list. Release announcements will be cross posted to both lists.
Contact & Help Send an e-mail to the mod_gnutls mailing list. Bugs should be reported to the OutOfOrder.cc Bug Tracker.