aboutsummaryrefslogtreecommitdiffstats
path: root/guide/transports.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-06-20 15:15:14 +0200
committerLoïc Hoguin <[email protected]>2013-06-20 15:15:14 +0200
commitc74d53af61639b478032d0955c829b103fba294c (patch)
tree61fe946f670152d0b0bbeb5162c26797b38ec0b7 /guide/transports.md
parent033afb1a440e613b6c54f1837b1df4e798040719 (diff)
downloadranch-c74d53af61639b478032d0955c829b103fba294c.tar.gz
ranch-c74d53af61639b478032d0955c829b103fba294c.tar.bz2
ranch-c74d53af61639b478032d0955c829b103fba294c.zip
Add asn1 to the list of applications that need to be started for SSL
Diffstat (limited to 'guide/transports.md')
-rw-r--r--guide/transports.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/guide/transports.md b/guide/transports.md
index 910d3ce..1844ac9 100644
--- a/guide/transports.md
+++ b/guide/transports.md
@@ -20,9 +20,10 @@ SSL transport
-------------
The SSL transport is a thin wrapper around `ssl`. It requires
-the `crypto`, `public_key` and `ssl` applications to be started.
-You can start each of them individually, or you can call the
-`ssl:start/0` convenience function.
+the `crypto`, `asn1`, `public_key` and `ssl` applications
+to be started. When starting an SSL listener, Ranch will attempt
+to automatically start them. It will not try to stop them when
+the listener is removed, however.
``` erlang
ssl:start().