WrenAI icon indicating copy to clipboard operation
WrenAI copied to clipboard

HI, How do i make Wren UI make use of Older ODBC Server version like Microsoft SQL Server ODBC Driver Version 10.00.26100

Open edisun3003 opened this issue 1 month ago • 1 comments

co-pilot asks me to modify the CONNECTION_INFO_FILE json with the below content but where do i find this? { "type": "odbc", "connection": { "driver": "ODBC Driver 10 for SQL Server", "host": "192.168.0.###", "port": 1433, "username": "$$$$$$$", "password": "***************", "database": "QbAppDb2", "trustServerCertificate": true } }

edisun3003 avatar Nov 03 '25 15:11 edisun3003

or atleast how do i make WREN ignore this SSL Provider: [error:0A000086:SSL routines::certificate verify failed:EE certificate key too weak] (-1) (SQLDriverConnect)')

edisun3003 avatar Nov 04 '25 08:11 edisun3003