mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
added ssl to server conns to mq enp
This commit is contained in:
parent
64700a1cb9
commit
8d8644afa1
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ func GetMessageQueueEndpoint() string {
|
|||
} else if config.Config.Server.MQHOST != "" {
|
||||
host = config.Config.Server.MQHOST
|
||||
}
|
||||
return host + ":" + GetMQServerPort()
|
||||
return "ssl://" + host + ":" + GetMQServerPort()
|
||||
}
|
||||
|
||||
// GetMasterKey - gets the configured master key of server
|
||||
|
|
Loading…
Reference in a new issue