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:
parent
e58920b2c6
commit
992d998695
@ -1206,7 +1206,7 @@ get_ssl_opts(ssl, Host) ->
|
|||||||
Opts2
|
Opts2
|
||||||
end;
|
end;
|
||||||
false ->
|
false ->
|
||||||
Opts2
|
[{verify, verify_none}|Opts2]
|
||||||
end;
|
end;
|
||||||
get_ssl_opts(tcp, _) ->
|
get_ssl_opts(tcp, _) ->
|
||||||
[].
|
[].
|
||||||
|
Loading…
Reference in New Issue
Block a user