mods icon indicating copy to clipboard operation
mods copied to clipboard

MSSQL Connection Problem

Open LukasCCB opened this issue 3 years ago • 4 comments

Describe the bug When I log in to MSSQL on other systems, it works. but when I use DBM to connect MSSQL, it gives an error. However when I check it works.

Return erros: DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066

I have last MODS installed. Last version DBM (no Betas selected), last Node installed on this Data of post.

Screenshots image image

LukasCCB avatar Feb 27 '21 00:02 LukasCCB

This is an issue with your server not the mod.

TheMonDon avatar May 30 '21 03:05 TheMonDon

This is an issue with your server not the mod.

No. When I use other method for connection. work.

LukasCCB avatar May 30 '21 13:05 LukasCCB

This is an issue with your server not the mod.

No. When I use other method for connection. work.

Okay, I understand now. Still not an issue with the actual mod but seems to be something with how you connect to the server, I found this github issue on the module this uses:

https://github.com/tediousjs/node-mssql/issues/884

Going to reopen for now and look into this a bit I guess

TheMonDon avatar May 30 '21 17:05 TheMonDon

@TheMonDon yes, I have search many results about this problem Tedious with MSSQL. If usage other port, not default 1433. give problem also. and if disabled 2 option in config for ignore security connection. something this.

I'm now using PHP API (JSON method) for call with my database. sending URL _GET with ID and user informations.

LukasCCB avatar Jun 03 '21 19:06 LukasCCB

Pretty sure this is an issue either with the configuration of your server or how you're using the action, rather than an inherent flaw in the action itself.

OneAndOnlyFinbar avatar Apr 25 '23 02:04 OneAndOnlyFinbar