mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Add asn1 to the list of applications to be started for SSL
Required since R16B01. And apparently needed in some cases before.
This commit is contained in:
parent
2923de944f
commit
fdf2bc93f6
3 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,7 @@ environment this means that they need to be started with the
|
|||
application is started.
|
||||
|
||||
The `cowboy` application also uses the Erlang applications
|
||||
`public_key` and `ssl` when listening for HTTPS connections.
|
||||
`asn1`, `public_key` and `ssl` when listening for HTTPS connections.
|
||||
These are started automatically if they weren't before.
|
||||
|
||||
Environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue