Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
With the certificate built this way, we must use 127.0.0.1 instead of…
Browse files Browse the repository at this point in the history
… localhost
  • Loading branch information
owulveryck committed Dec 29, 2015
1 parent ef12311 commit 9346490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9346490

Please sign in to comment.