.\" Man page generated from reStructuredText. . .TH "TSVCONNREENABLE" "3ts" "January 24, 2017" "7.0" "Apache Traffic Server" .SH NAME TSVConnReenable \- . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp \fI#include \fP .INDENT 0.0 .TP .B void TSSslVConnReenable(TSVConn\fI\ svc\fP) .UNINDENT .SH DESCRIPTION .sp Reenable the SSL connection \fIsvc\fP\&. If a plugin hook is called, ATS processing on that connnection will not resume until this is invoked for that connection. .sp If the server is running OpenSSL 1.0.1 with the appropraite patch installed or it is running OpenSSL 1.0.2, the plugin writer can pause SSL handshake processing by not reenabling the connection. Without the OpenSSL patch or running an OpenSSL versions older than 1.0.2, the handshake processing in \fBSSL_accept\fP will not be stopped even if the SNI callback does not reenable the connection. .sp Additional processing could reenable the virtual connection causing the \fBSSL_accept\fP to be called again to complete the handshake exchange. In the case of a blind tunnel conversion, the SSL handshake will never be completed by Traffic Server. .sp This call does appropriate locking and scheduling, so it is safe to call from another thread. .SH COPYRIGHT 2015, dev@trafficserver.apache.org .\" Generated by docutils manpage writer. .