Skip to content

Importing av fails on FIPS enabled machines #1825

Description

@MattTheCuber

This fails on a FIPS enabled machine with the following error

fips.c(145): OpenSSL internal error, assertion failed: FATAL FIPS SELFTEST FAILURE

Minimal Reproducible Example

$ python3.11 -m venv .venv
$ source .venv/bin/activate
$ pip install av
...
Successfully installed av-14.2.0
$ python -c "import av"
fips.c(145): OpenSSL internal error, assertion failed: FATAL FIPS SELFTEST FAILURE
Aborted

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