IanSims
IanSims
Thanks for raising this PR! We'll see what we can do about adding more error information regarding ELOGIN
When the connection ends it's put in a `FINAL` state which cannot make a new connection. You can try two things: 1. Make a new connection ```js connection.on('end', function(err) {...
@arthurschreiber Can you please review this PR?
Hi @panbhatt I'll take a look and see if there's a way for tedious to do that!
Hi @goldpot, What's your configuration set up?
@goldpot There isn't an option for `trustedConnection` in any of the configuration options. Do you mean to use `trustServerCertificate`? Checkout [API Documentation](https://tediousjs.github.io/tedious/api-connection.html)
Hi sorry for the delay. I'll try to look into this !
Thanks for pointing this issue out, we'll take a look at it as soon as possible!
This looks like an issue related to #1100. Unfortunately, that hasn't had any follow ups yet either.
@gsamal Can you show the log output for the first error you've received?