25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Silent warning in OTP24 about not specified cacerts in sql connections

This commit is contained in:
Paweł Chmielowski 2022-11-14 11:18:26 +01:00
parent e58920b2c6
commit 992d998695

View File

@ -1206,7 +1206,7 @@ get_ssl_opts(ssl, Host) ->
Opts2
end;
false ->
Opts2
[{verify, verify_none}|Opts2]
end;
get_ssl_opts(tcp, _) ->
[].