diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-06-23 16:13:33 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-06-23 16:13:33 +0100 |
| commit | b385b803079282c5b7e69f82fa8ec54908cf798f (patch) | |
| tree | 4b87b877a414869a368fff0ea64d5400e0d23f23 /src | |
| parent | 5a9571b723e33526b424d50914b6acaddd4c7956 (diff) | |
| download | rabbitmq-server-git-b385b803079282c5b7e69f82fa8ec54908cf798f.tar.gz | |
ssl works again
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_networking.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_networking.erl b/src/rabbit_networking.erl index c3d0b7b786..68ffc98ad7 100644 --- a/src/rabbit_networking.erl +++ b/src/rabbit_networking.erl @@ -102,7 +102,7 @@ boot_ssl() -> {ok, []} -> ok; {ok, SslListeners} -> - ok = rabbit_misc:start_applications([crypto, ssl]), + ok = rabbit_misc:start_applications([crypto, public_key, ssl]), {ok, SslOpts} = application:get_env(ssl_options), [start_ssl_listener(Host, Port, SslOpts) || {Host, Port} <- SslListeners], ok |
