* **Version**: 10.16.0 * **Platform**: Ubuntu 14.04 According to the [docs](https://nodejs.org/docs/latest-v12.x/api/tls.html#tls_tls_default_min_version) `tls.DEFAULT_MIN_VERSION` is available starting v11 and default value is `TLSv1.2` Issue : 1. `Ubuntu 14.04` with Nodejs `v10.16.0` has `tls.DEFAULT_MIN_VERSION` defined 2. It is returning incorrect value viz `TLSv1` instead of `TLSv1.2`