Skip to content

Commit

Permalink
fix disabling flod tls connection
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed Apr 11, 2019
1 parent 7fed6a3 commit e929a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flo/flo.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func AddFlod(host, user, pass string, tls bool) error {
Endpoint: "ws",
User: user,
Pass: pass,
DisableTLS: !tls,
Certificates: certs,
}
c, err := rpcclient.New(cfg, &ntfnHandlers)
Expand Down

0 comments on commit e929a52

Please sign in to comment.