Skip to content

dev-python/urllib3: LibreSSL not supported warning #541

@mikejzx

Description

@mikejzx

The following irritating message is produced whenever urllib3 is invoked, most notably while performing an emerge --sync:

/usr/lib/python3.10/site-packages/urllib3/__init__.py:34: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 3.8.0'. See: https://github.com/urllib3/urllib3/issues/3020

The message references urllib3/urllib3#3020 as users of MacOS were getting a similar message due to their ssl modules being compiled with LibreSSL also, albeit much older versions (2.8.3).

Although this is only a warning and software that depends on the library still seems to work as expected, I was wondering if this should be addressed at all, whether we should simply ignore the warning entirely, suppress it, upgrade any particular packages, try to patch it, etc.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions