On Fri, Apr 24, 2020 at 1:05 AM Matt Caswell <matt@xxxxxxxxxxx> wrote: > This one is interesting: > > ERR_OSSL_EVP_FETCH_FAILED > > > This means that the algorithm you are trying to use isn't available in > the loaded providers. Since you should be getting the default provider > loaded automatically it could be because some legacy algorithms were > moved to the legacy provider (MD2, MD4, MDC2, RMD160, CAST5, BF > (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES)). If you're > using something from that list then that would explain it. Can we add the legacy provider, via configuration, or via code?