Strange log error when adding InfluxDB to configuration

Hi,

I tried to add InfluxDB to my configuration

influxdb:
  api_version: 2
  host: 192...
  port: 8086
  ssl: false
  bucket: Sensors
  token: QDbH....
  organization: 2372f5d136ec73b1
  precision: s

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

but HA is throwing this error all the time and InfluxDB doesn´t get loaded

Logger: aiohttp.server
Source: /usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py:403
First occurred: 08:08:01 (2 occurrences)
Last logged: 08:08:01

Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py", line 332, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
  Bad status line "Invalid method encountered:\n\n  b'\\x16\\x03\\x01\\x02'\n    ^"

The error disapears when I remove InfluxDB from the configuration.