Skip to content

Commit

Permalink
fix ssl listen address
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jan 11, 2023
1 parent 8b4a99e commit 62d4969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utilities/ovn-ctl
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ $cluster_remote_port

if test X"$create_insecure_remote" = Xyes; then
set "$@" --remote=ptcp:$port:$addr
else
set "$@" --remote=pssl:$port:$addr
fi

if test $mode = active_passive; then
Expand Down

0 comments on commit 62d4969

Please sign in to comment.