Skip to content
Snippets Groups Projects
Commit 1d740cda authored by Jonah Husson's avatar Jonah Husson
Browse files

fix client for comms hotfix

parent e4521480
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ func (cl *Client) InitNetwork() error {
// DisableTls disables tls for communications
func (cl *Client) DisableTls() {
globals.Log.INFO.Println("Running client without tls")
cl.receptionManager.Comms.DisableAuth()
cl.receptionManager.Tls = false
}
......
......@@ -5,9 +5,8 @@ go 1.13
require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.8.1
github.com/smartystreets/assertions v1.0.1 // indirect
......@@ -17,11 +16,10 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.1
gitlab.com/elixxir/comms v0.0.0-20200106224700-3bc86e95b8af
gitlab.com/elixxir/crypto v0.0.0-20191121235352-86d305a9b253
gitlab.com/elixxir/primitives v0.0.0-20200106183011-a68f1e6f188e
gitlab.com/elixxir/comms v0.0.0-20200108001710-b5feabd13539
gitlab.com/elixxir/crypto v0.0.0-20200108005412-8159c60663f9
gitlab.com/elixxir/primitives v0.0.0-20200107180006-ed32faae3625
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e // indirect
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment