From 14e212d5274704ed9ce3bc0495dfaa867038e4e3 Mon Sep 17 00:00:00 2001 From: Vadim Eisenberg Date: Thu, 31 May 2018 20:38:03 +0300 Subject: [PATCH] Add instructions for waiting for secure ingress (#1395) --- content/docs/tasks/traffic-management/ingress.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/tasks/traffic-management/ingress.md b/content/docs/tasks/traffic-management/ingress.md index 97c716e3ec..ca89f08171 100644 --- a/content/docs/tasks/traffic-management/ingress.md +++ b/content/docs/tasks/traffic-management/ingress.md @@ -271,6 +271,8 @@ Here we use _curl_'s `-k` option to instruct _curl_ not to check our certificate x-envoy-upstream-service-time: 6 ``` + > Note that it may take time for the new gateway defintion to propagate and you may get the following error: `Failed to connect to httpbin.example.com port : Connection refused`. Wait for a minute and retry the `curl` call again. + ### Disable the HTTP port If we want to only allow HTTPS traffic into our service mesh, we can remove the HTTP port from our gateway.