amqp_network_connection: Use the new rabbit_ssl_options module
rabbit_networking will shortly be moved to rabbitmq-server to fix a dependency of this module on the broker. [#118490793]
This commit is contained in:
parent
21b3a3a292
commit
987c437106
|
|
@ -144,7 +144,7 @@ do_connect({Addr, Family},
|
|||
[Family | ?RABBIT_TCP_OPTS] ++ ExtraOpts,
|
||||
Timeout) of
|
||||
{ok, Sock} ->
|
||||
SslOpts = rabbit_networking:fix_ssl_options(
|
||||
SslOpts = rabbit_ssl_options:fix(
|
||||
orddict:to_list(
|
||||
orddict:merge(fun (_, _A, B) -> B end,
|
||||
orddict:from_list(GlobalSslOpts),
|
||||
|
|
|
|||
Loading…
Reference in New Issue