Andrew Svirin

Results 38 comments of Andrew Svirin

Hi @Papillon519 , Try to check these examples https://github.com/andrew-svirin/ebics-client-php/blob/2.x/tests/EbicsClientV3Test.php#L65 If you find how to catch exception and add more information - please make pull request.

Better to research why happens `'DER was not encoded.'` This logic probably works if use original phpseclib library. You can substitute customized classes by original and check.

it means, that missing source_key. You can copy missing key from phpseclib

Interesting, https://github.com/andrew-svirin/ebics-client-php/actions does not catch such exception. Have you found any solution?

Hi @chatis this update with FileKeyRingManager will be in release 2.1. So you can use 2.0.x version while release in progress.

@bhatasif17 this warning will be resolved with version 2.1

@MZK91 Check tests folder with examples.

https://github.com/andrew-svirin/ebics-client-php/blob/master/tests/EbicsClientTest.php#L530 https://github.com/andrew-svirin/ebics-client-php/blob/master/tests/EbicsClientTest.php#L579

Hi @MZK91 what version do you use?