Open martijnderidder opened 1 year ago
This error had nothing to do with PHP, the problem is that the certificates are made with OpenSSL 1 and use the Linux Alpine 3.17 OpenSSL 3.0. After that openssl_pkcs12_read
will not work anymore.
Hey, currently we are also having issues with this.
How far did you come with solving this problem?
We solved the problem by using the --openssl-legacy-provider
to the NODE_OPTIONS
(for npm
)
We also eanbled the legacy providers
in the openssl.conf
Thanks for the quick reply! I'm not too knowledgable with openSSL, I tried to enable the legacy providers in the config file, but I can't get it too work. Either i'm getting openSSL errors saying the config is incorrect, or when I do manage to get it to work, it seems to have no effect. Sorry for bothering you with this, but could you maybe elaborate what you exactly changed to the config file?
Also, just wanted to share that when I regenerate the merchant, SAML, and acquirer file using openSSL 3.x, openssl_pkcs12_read
works again. However, for us we still have some other errors, so it does not seem to fully fix it.
Never mind! I managed to successfully set the config file
Nice ;) good to hear. Yeah this package is a disaster...
We use this package to establish the link between iDIN and our code. However, we have noticed that the package no longer works from PHP >=8.1. We will then no longer receive banks, but an empty array.
Is it still being worked on? Can there be an update to support the latest version of PHP?