nodepp
nodepp copied to clipboard
lib/connection.js
In lib/connection.js, the TLS method is set to
"secureProtocol": "TLSv1_method"
Just had an issue with Nominet that they require
"secureProtocol": "TLSv1_2_method"
or you get a connection reset. This might be a good "property" in the config files, per connection. I know various registries are requiring different methods, some are getting stricter.