Zanzito connection fail after auth_providers: in configuration.yaml

I am using Zanzito in HA for battery status and Zoning, but when I use auth_providers: in configuration then mosquitto auth request is failed

homeassistant:
  auth_providers:
   - type: legacy_api_password
     api_password: !secret http_password
  
  name: Home
  latitude: !secret latitude
  longitude: !secret longitude

19-04-15 11:02:27 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for xxxx
19-04-15 11:02:27 WARNING (MainThread) [hassio.auth] Wrong login from xxxxx

If i use without auth_providers: then auth request from core_mosquitto for xxxx success login from xxxx

homeassistant:
  name: Home
  latitude: !secret latitude
  longitude: !secret longitude

19-04-15 11:06:44 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for xxxx
19-04-15 11:06:46 INFO (MainThread) [hassio.auth] Success login from xxxx