(node:9248) [DEP0064] DeprecationWarning: tls.createSecurePair() is deprecated. Please use tls.Socket instead.
Theres two issues open regarding this and the first was created in 2014! :
https://github.com/tediousjs/tedious/issues/135
https://github.com/tediousjs/tedious/issues/515
When will this issue be resolved? This is causing serious problems while deploying the application. Not able to even start the application. I don't even see any assignee for this. Also there is no clear article on any alternative. All it says is use tls.Socket() and that is leading to some other issues.
I have found the most recent responses on this here: https://github.com/tediousjs/tedious/issues/515
IT"S BEEN FOUR YEARS
AND STILL NO FIX
HOW COME, @TEDIOUSJS?
This has been fixed, hopefully it arrives here soon. https://github.com/tediousjs/tedious/pull/738
It's resolved.
Most helpful comment
When will this issue be resolved? This is causing serious problems while deploying the application. Not able to even start the application. I don't even see any assignee for this. Also there is no clear article on any alternative. All it says is use tls.Socket() and that is leading to some other issues.