You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm contributing to Tedious, a Node.js driver for SQL Server. We are looking to move away from the deprecated tls.createSecurePair API, tediousjs/tedious#515. The driver uses Tabular Data Stream (TDS) protocol, so all the communication needs to be wrapped in TDS packets, including the handshake.
To begin with, is there an existing way to extract the handshake message from TLSSocket? I couldn't find any examples. Any pointers would be really helpful, Thanks :)
The text was updated successfully, but these errors were encountered:
I'm contributing to Tedious, a Node.js driver for SQL Server. We are looking to move away from the deprecated
tls.createSecurePair
API, tediousjs/tedious#515. The driver uses Tabular Data Stream (TDS) protocol, so all the communication needs to be wrapped in TDS packets, including the handshake.To begin with, is there an existing way to extract the handshake message from
TLSSocket
? I couldn't find any examples. Any pointers would be really helpful, Thanks :)The text was updated successfully, but these errors were encountered: