diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 5a4f4632dc..7cd94946f8 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -176,11 +176,6 @@ Creates a new client connection to the given `port` and `host` (old API) or - `servername`: Servername for SNI (Server Name Indication) TLS extension. - - `socket`: Establish secure connection on a given socket rather than - creating a new socket. If this option is specified, `host` and `port` - are ignored. This is intended FOR INTERNAL USE ONLY. As with all - undocumented APIs in Node, they should not be used. - The `secureConnectListener` parameter will be added as a listener for the ['secureConnect'](#event_secureConnect_) event.