mod_gnutls is an extension for Apache's httpd uses the GnuTLS library to provide HTTPS.
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.
To install mod_gnutls, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mod_gnutls
To see what files were installed by mod_gnutls, run:
port contents mod_gnutls
To later upgrade mod_gnutls, run:
sudo port selfupdate && sudo port upgrade mod_gnutls
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.