Skip to content
Permalink
Browse files Browse the repository at this point in the history
fail HELLO command when SSL is required
  • Loading branch information
Malte Kraus authored and lge committed Aug 29, 2019
1 parent b974921 commit 416f1de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon.c
Expand Up @@ -747,6 +747,7 @@ void csync_daemon_session()
goto conn_without_ssl_ok;
}
cmd_error = conn_response(CR_ERR_SSL_EXPECTED);
peer = NULL;
}
conn_without_ssl_ok:;
#endif
Expand Down

0 comments on commit 416f1de

Please sign in to comment.