- 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 Nodejs v10.16.0 has tls.DEFAULT_MIN_VERSION defined
- It is returning incorrect value viz
TLSv1 instead of TLSv1.2
According to the docs
tls.DEFAULT_MIN_VERSIONis available starting v11 and default value isTLSv1.2Issue :
Ubuntu 14.04with Nodejsv10.16.0hastls.DEFAULT_MIN_VERSIONdefinedTLSv1instead ofTLSv1.2