From 93464905ae1aa48417b9b6f5acf4a3ca80e839d1 Mon Sep 17 00:00:00 2001 From: Olivier Wulveryck Date: Tue, 29 Dec 2015 13:37:16 +0000 Subject: [PATCH] With the certificate built this way, we must use 127.0.0.1 instead of localhost --- http/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/handlers.go b/http/handlers.go index d5c1994..74cb12d 100644 --- a/http/handlers.go +++ b/http/handlers.go @@ -136,7 +136,7 @@ func TaskCreate(w http.ResponseWriter, r *http.Request) { uuid := uuid() exe := orchestrator.ExecutorBackend{ - "https://localhost:8585/v1", + "https://127.0.0.1:8585/v1", "orchestrator.pem", "orchestrator_key.pem", "executor.pem",