Skip to content

Home Assistant - AIOHTTPTransport does not verify ssl certificates warnings #54

@nima-1102

Description

@nima-1102

I'm getting the following warning every minute in the logs:

/usr/local/lib/python3.13/site-packages/gql/transport/aiohttp.py:92: UserWarning: WARNING: By default, AIOHTTPTransport does not verify ssl certificates. This will be fixed in the next major version. You can set ssl=True to force the ssl certificate verification or ssl=False to disable this warning warnings.warn(

Integration installed via Home Assistant HACS

HA Core: 2025.4.4
HA Supervisor: 2025.04.0
HA OS: 15.2
Integration: v1.2.0

Expected behavior:
The integration should not generate repeated warnings in the logs, especially not once per minute. Ideally, it should either default to ssl=True or allow the SSL verification setting to be configured via the integration.

Possible solution:
Explicitly set ssl=True when initializing AIOHTTPTransport or expose the SSL setting through the integration config.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions