summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/ssl.md
blob: 3f9a4cb79245bde9bda8cca9293ad4de9b4a8a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
title: SSL libraries
parent: FAQ
---

# Why doesn't the --ssl option work?

To get the SSL features, you need to have the SSL libraries available. Either
[OpenSSL][openssl] or [GntTLS][gnutls] is suitable.

Check the `./configure` output to see if the SSL libraries have been detected.

[openssl]: http://www.openssl.org/ "OpenSSL"
[gnutls]: http://www.gnutls.org/ "GnuTLS"

<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->