diff options
Diffstat (limited to 'guide/transports.md')
-rw-r--r-- | guide/transports.md | 7 |
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(). |