Trying to setup our first MSSQL monitor.
I am running 6.2 docker.
I have installed the Microsoft ODBC 18 in the zabbix-docker-zabbix-server-1 container
I have edited the odbc.ini with the DSN name, driver, server and port
When I test the connection I get a self-signed certificate error.
Any suggestions on how to get around this error?
I am running 6.2 docker.
I have installed the Microsoft ODBC 18 in the zabbix-docker-zabbix-server-1 container
I have edited the odbc.ini with the DSN name, driver, server and port
Code:
[DSNNAME] Driver = ODBC Driver 18 for SQL Server Server = SERVERNAME Port = 1433
Code:
zabbix@09650e6380e0:/etc$ isql -v DSNNAME zabbixsqluser password [08001][unixODBC][Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: [error:0A000086:SSL routines::certificate verify failed:self-signed certificate] [08001][unixODBC][Microsoft][ODBC Driver 18 for SQL Server]Client unable to establish connection [ISQL]ERROR: Could not SQLConnect
Comment