WrenAI
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
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 } }
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)')