From 07c958f0ec1519e3a2ed329ddddd3bdaa797f5cb Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Tue, 29 May 2018 14:44:25 +0300 Subject: [PATCH] Try to fix proxy tests --- cert_go1.10_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cert_go1.10_test.go b/cert_go1.10_test.go index 5d2634637a1..2c6c41e23f3 100644 --- a/cert_go1.10_test.go +++ b/cert_go1.10_test.go @@ -189,6 +189,9 @@ func TestProxyTransport(t *testing.T) { }) t.Run("API: Valid proxy", func(t *testing.T) { + globalConf.ProxySSLMinVersion = 771 + config.SetGlobal(globalConf) + _, _, _, proxyCert := genServerCertificate() proxy := initProxy("https", &tls.Config{ Certificates: []tls.Certificate{proxyCert},