Closed
Description
- Version: 10.16.0
- Platform: Ubuntu 14.04
According to the docs tls.DEFAULT_MIN_VERSION
is available starting v11 and default value is TLSv1.2
Issue :
Ubuntu 14.04
with Nodejsv10.16.0
hastls.DEFAULT_MIN_VERSION
defined- It is returning incorrect value viz
TLSv1
instead ofTLSv1.2