This situation can and will happen, and we handle it successfully, so it's not an error.
Bug #12922. Reported-by: Scott Hendricks <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS | 1 + lib/stream-ssl.c | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6d7dc71..dee8931 100644 --- a/AUTHORS +++ b/AUTHORS @@ -158,6 +158,7 @@ Ramana Reddy [email protected] Rob Sherwood [email protected] Roger Leigh [email protected] Rogério Vinhal Nunes +Scott Hendricks [email protected] Sean Brady [email protected] Sebastian Andrzej Siewior [email protected] Sébastien RICCIO [email protected] diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c index db7b68e..4a9dd4f 100644 --- a/lib/stream-ssl.c +++ b/lib/stream-ssl.c @@ -479,7 +479,7 @@ ssl_connect(struct stream *stream) * certificate, but that's more trouble than it's worth. These * connections will succeed the next time they retry, assuming that * they have a certificate against the correct CA.) */ - VLOG_ERR("rejecting SSL connection during bootstrap race window"); + VLOG_INFO("rejecting SSL connection during bootstrap race window"); return EPROTO; } else { return 0; -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
