Commit c7c4d7c2 authored by Dave Cridland's avatar Dave Cridland

OF-986 Negotiate TLS in verify-only connections

parent 775be8e4
......@@ -172,7 +172,7 @@ public class TLSStreamHandler {
return writer.getOutputStream();
}
void start() throws IOException {
public void start() throws IOException {
while (!initialHSComplete) {
initialHSComplete = doHandshake(null);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment