mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Silent warning in OTP24 about not specified cacerts in sql connections
This commit is contained in:
parent
e58920b2c6
commit
992d998695
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue