Ad Widget

Collapse

New Installation of 7.47.

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CameronMR
    Junior Member
    • Feb 2026
    • 3

    #1

    New Installation of 7.47.

    Hi:
    I am running Zabbix 7.47 on Oracle Linux 9 using mysql. I have confirmed the username and password for the Zabbix database in MySQL and it tests without issue. The web site is fully available but is showing that the message, "Unable to connect to the Zabbix server due to TLS settings. Some functions are unavailable". The Zabbix log is showing:

    87278:20260218:104828.908 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
    87278:20260218:104828.908 database is down: reconnecting in 10 seconds

    I can't find any reason for it. There is no more information in the logs and I have confirmed the configuration. The issues related in the forums don't match this specific issue either.
    Thanks in advance!
  • Answer selected by Donkey at 25-02-2026, 13:16.
    CameronMR
    Junior Member
    • Feb 2026
    • 3

    Hi everyone, I figured out my issue, it was the TLS configuration in the Agent conf file on the server. All is good now, thanks!

    Comment

    • kyus
      Senior Member
      • Feb 2024
      • 189

      #2
      Have you set DBPassword parameter in /etc/zabbix/zabbix_server.conf ?
      As the log says, zabbix is trying to connect to mysql without a password

      Comment

      • Donkey
        Junior Member
        • Jun 2024
        • 23

        #3
        Run this and let us know what it says:

        sudo grep -v -E "^(#|$)" /etc/zabbix/zabbix_server.conf

        Comment

        • CameronMR
          Junior Member
          • Feb 2026
          • 3

          #4
          Hi, the database issues cleared up. I am still getting the "Unable to connect to the Zabbix server due to TLS settings. Some functions are unavailable". The logs are clear. I added the server name, port and the error to the message for testing and it is returning the number 1, the FQDN of the server and the port 10051. This is all local to the server (no separate server), the certificates are in the right paths for the domain and the port is listening. Is there somewhere else I should be looking? This is stopping us from being able to alert by email as an example. Thanks!

          Comment

          • CameronMR
            Junior Member
            • Feb 2026
            • 3

            #5
            Hi everyone, I figured out my issue, it was the TLS configuration in the Agent conf file on the server. All is good now, thanks!

            Comment

            Working...