diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6005c403..366bd8dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,9 @@ jobs: os: - ubuntu-latest otp: - - "25.3.0.0" - - "24.3.4.10" + - "26.0.2.0" + - "25.3.2.3" + - "24.3.4.13" - "23.3.4.18" - "22.3.4.26" - "21.3.8.24" diff --git a/test/mochiweb_test_util.erl b/test/mochiweb_test_util.erl index 86987715..06d3a9e2 100644 --- a/test/mochiweb_test_util.erl +++ b/test/mochiweb_test_util.erl @@ -31,7 +31,7 @@ with_server(Transport, ServerFun, ClientFun) -> Res. ssl_client_opts(Opts) -> - [{server_name_indication, disable} | Opts]. + [{server_name_indication, disable}, {verify, verify_none} | Opts]. sock_fun(Transport, Port) -> Opts = [binary, {active, false}, {packet, http}],