From 62c21596cc20af31d3248b289f62221a2f730e75 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 28 Feb 2020 15:13:46 +0300 Subject: ssl ports rotate --- service/http/ssl_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'service/http/ssl_test.go') diff --git a/service/http/ssl_test.go b/service/http/ssl_test.go index 678e6d60..fe42068e 100644 --- a/service/http/ssl_test.go +++ b/service/http/ssl_test.go @@ -86,7 +86,7 @@ func Test_SSL_Service_NoRedirect(t *testing.T) { assert.NoError(t, c.Init(&testCfg{httpCfg: `{ "address": ":6030", "ssl": { - "port": 6900, + "port": 6901, "key": "fixtures/server.key", "cert": "fixtures/server.crt" }, @@ -147,7 +147,7 @@ func Test_SSL_Service_Redirect(t *testing.T) { assert.NoError(t, c.Init(&testCfg{httpCfg: `{ "address": ":6031", "ssl": { - "port": 6900, + "port": 6902, "redirect": true, "key": "fixtures/server.key", "cert": "fixtures/server.crt" @@ -209,7 +209,7 @@ func Test_SSL_Service_Push(t *testing.T) { assert.NoError(t, c.Init(&testCfg{httpCfg: `{ "address": ":6032", "ssl": { - "port": 6900, + "port": 6903, "redirect": true, "key": "fixtures/server.key", "cert": "fixtures/server.crt" -- cgit v1.2.3