Closed c03311 closed 5 months ago
when I connect to sql server(whether local server or remote server),it shows ConnectionError:
error:0A000102:SSL routines:ssl_choose_client_version:unsupported protocol:c:\ws\deps\openssl\openssl\ssl\statem\statem_lib.c:1988:
It seems like SSL error but I didn't adjust any SSL settings for sql server or nodejs,they're all default.
connect to sql server
sqlConfig = { user: 'sa', password: password, database: 'test', server: 'localhost', options: { trustServerCertificate: true } }
see https://github.com/tediousjs/tedious/issues/1407#issuecomment-1049529804
when I connect to sql server(whether local server or remote server),it shows ConnectionError:
It seems like SSL error but I didn't adjust any SSL settings for sql server or nodejs,they're all default.
Expected behaviour:
connect to sql server
Actual behaviour:
Configuration:
Software versions