summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/ssl.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/ssl.md')
-rw-r--r--web/input/doc/faq/ssl.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/input/doc/faq/ssl.md b/web/input/doc/faq/ssl.md
new file mode 100644
index 0000000..4f8b2cc
--- /dev/null
+++ b/web/input/doc/faq/ssl.md
@@ -0,0 +1,15 @@
1title: SSL libraries
2parent: FAQ
3---
4
5# Why doesn't the --ssl option work?
6
7To get the SSL features, you need to have the SSL libraries available. Either
8[OpenSSL][openssl] or [GntTLS][gnutls] is suitable.
9
10Check the `./configure` output to see if the SSL libraries have been detected.
11
12[openssl]: http://www.openssl.org/ "OpenSSL"
13[gnutls]: http://www.gnutls.org/ "GnuTLS"
14
15<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->