Trouble installing conda from the AUR

I’ve been trying to install conda on my system for about 3 months now. Mambaforge from the AUR works fine, but it’s getting deprecated. The problem seems to be something related to SSL: -

PREFIX=/home/user/.cache/paru/clone/miniconda3/pkg/miniconda3/opt/miniconda3
Unpacking payload ...

Installing base environment...


CustomValidationError: Parameter ssl_verify = '/opt/mambaforge/ssl/cacert.pem' declared in <<merged>> is invalid.
ssl_verify value '/opt/mambaforge/ssl/cacert.pem' must be a boolean, a path to a certificate bundle file, a path to a directory containing certificates of trusted CAs, or 'truststore' to use the operating system certificate store.

@lg28litermicrowave
Having read https://wiki.archlinux.org/title/Conda#
I failed installing python-conda but
yay miniconda
hasn’t. IDK whether you can use miniconda.

miniconda3 and anaconda on the AUR fail to install from both paru and yay. Installing via the install script provided by Anaconda themselves also fails with the same CustomValidationError.