Skip to content

Commit

Permalink
test: use now non-default verify_none under Erlang/OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Jan 15, 2025
1 parent c8bec94 commit f0c4363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grpc_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ init_per_group(GrpName, Cfg) ->
https ->
#{gun_opts =>
#{transport => ssl,
tls_opts => [{cacertfile, CA}]}};
tls_opts => [{cacertfile, CA}, {verify, verify_none}]}};
_ -> #{}
end,
SvrAddr = case GrpName of
Expand Down

0 comments on commit f0c4363

Please sign in to comment.