From 8b5f1609faffcf1166ca54c08df4ca9216c51993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 Mar 2024 15:41:30 +0100 Subject: Use public_key:cacerts_get/0 when possible Also "fix" many TLS test failures due to yet more changes in the default options for TLS. Also small changes to make Dialyzer happy. --- src/gun_tunnel.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gun_tunnel.erl') diff --git a/src/gun_tunnel.erl b/src/gun_tunnel.erl index c7fecc7..789d1e3 100644 --- a/src/gun_tunnel.erl +++ b/src/gun_tunnel.erl @@ -565,7 +565,7 @@ commands([{tls_handshake, HandshakeEvent0, Protocols, ReplyTo}|Tail], stream_ref := StreamRef, tls_opts := TLSOpts0 } = HandshakeEvent0, - TLSOpts = gun:ensure_alpn_sni(Protocols, TLSOpts0, OriginHost), + TLSOpts = gun:ensure_tls_opts(Protocols, TLSOpts0, OriginHost), HandshakeEvent = HandshakeEvent0#{ tls_opts => TLSOpts }, -- cgit v1.2.3