Skip to content

Commit

Permalink
Merge pull request #124 from stgraber/main
Browse files Browse the repository at this point in the history
ovn: Use SSL as required by current edge snap
  • Loading branch information
Stéphane Graber committed Jun 19, 2023
2 parents 70b48f7 + a9e2d61 commit e200701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microcloud/cmd/microcloud/main_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func postClusterSetup(bootstrap bool, sh *service.ServiceHandler, peers map[stri
addr = peers[service.Location].Address
}

conns = append(conns, fmt.Sprintf("tcp:%s", util.CanonicalNetworkAddress(addr, 6641)))
conns = append(conns, fmt.Sprintf("ssl:%s", util.CanonicalNetworkAddress(addr, 6641)))
}
}

Expand Down

0 comments on commit e200701

Please sign in to comment.