Skip to content

Commit

Permalink
ovn: Use SSL as required by current edge snap
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
Stéphane Graber committed Jun 19, 2023
1 parent 70b48f7 commit a9e2d61
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 a9e2d61

Please sign in to comment.