InfluxDB core log pollution (100.000 times a day)

I have an InfluxDb installation in another self-hosted server. It has a self-signed certificate, because it is not exposed to open Internet. It works ok, but it pollutes Home Assistant logs about the certificate warning. I have not invented any method of preventing the pollution. I have tried to give the certificate as file and verify_ssl=false, but nothing seems to work. Is there a way to prevent this unnecessary logging? It happens maybe 100.000 times a day. This is from HA core logs:

Logger: py.warnings
Source: /usr/local/lib/python3.11/warnings.py:109
First occurred: 16:28:08 (315 occurrences)
Last logged: 16:41:13

/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.x.x'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn(