Tor 0.4.4.2-alpha added TLS_ERROR ORCONN failure reason but it never made it into the control spec
In tor commit e429ceb26, as part of tor#32622 (closed), we added a new ORCONN failure reason TLS_ERROR.
But the spec doesn't list it: https://spec.torproject.org/control-spec/replies.html#ORCONN
Noticed because bridgestrap has a list of ORCONN failure reasons it expects but this one is missing, causing bridgestrap to complain when it sees it.