aboutsummaryrefslogtreecommitdiffstats
path: root/test/proxy_header_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-12-04 15:06:18 +0100
committerLoïc Hoguin <[email protected]>2023-12-04 15:06:18 +0100
commitb7d4b575830a5668ea647d58827a84880db1806d (patch)
treef41daefcc97e93e6818bb3556cd4fa593354518b /test/proxy_header_SUITE.erl
parent83b4564f8c86c181d14549e742568f6a195f2828 (diff)
downloadranch-b7d4b575830a5668ea647d58827a84880db1806d.tar.gz
ranch-b7d4b575830a5668ea647d58827a84880db1806d.tar.bz2
ranch-b7d4b575830a5668ea647d58827a84880db1806d.zip
Fix ssl tests for OTP-26.1+
Diffstat (limited to 'test/proxy_header_SUITE.erl')
-rw-r--r--test/proxy_header_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_header_SUITE.erl b/test/proxy_header_SUITE.erl
index 5845d31..c736611 100644
--- a/test/proxy_header_SUITE.erl
+++ b/test/proxy_header_SUITE.erl
@@ -211,7 +211,7 @@ recv_v2_local_header_ssl_extra_data(_) ->
do_proxy_header_ssl(Name, ProxyInfo, Data1, Data2) ->
Opts = ct_helper:get_certs_from_ets(),
{ok, _} = ranch:start_listener(Name,
- ranch_ssl, Opts,
+ ranch_ssl, Opts ++ [{verify, verify_none}],
proxy_protocol, []),
Port = ranch:get_port(Name),
{ok, Socket0} = gen_tcp:connect("localhost", Port, [binary, {active, false}, {packet, raw}]),