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
1 changed files with 1 additions and 1 deletions

View File

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