Skip to content

Commit

Permalink
Fixed insecure flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danpersa committed Dec 14, 2015
1 parent 699bb47 commit 3f5adc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eskip/writeclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func createWriteClient(out *medium) (writeClient, error) {

ic, err := innkeeperclient.New(innkeeperclient.Options{
Address: out.urls[0].String(),
Insecure: true,
Insecure: false,
Authentication: auth})

if err != nil {
Expand Down

0 comments on commit 3f5adc1

Please sign in to comment.