diff options
author | Valery Piashchynski <[email protected]> | 2020-02-28 15:13:46 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-28 15:13:46 +0300 |
commit | 62c21596cc20af31d3248b289f62221a2f730e75 (patch) | |
tree | 9d0fb5464e64b8defb42fa86c7f360203433658e /service/http/ssl_test.go | |
parent | e309cf676c01db44545505d6b64ca3dc69bff89e (diff) |
ssl ports rotate
Diffstat (limited to 'service/http/ssl_test.go')
-rw-r--r-- | service/http/ssl_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
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" |