Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

SSLCertVerificationError #3

Description

@lodagro

When retrieving data following exception occurs

SSLError(SSLCertVerificationError("hostname 'archive.luftdaten.info' doesn't match archive.sensor.community'")))

I bypassed this using

import ssl
ssl.match_hostname = lambda cert, hostname: True

There probably is a better solution.

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