From c74d53af61639b478032d0955c829b103fba294c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 20 Jun 2013 15:15:14 +0200 Subject: Add asn1 to the list of applications that need to be started for SSL --- guide/transports.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'guide') 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(). -- cgit v1.2.3