Clément

Results 7 comments of Clément

Je pense que tu peux fork avec le commit si tu en as besoin

> First extract private key + certificate. > > Then use it like here https://github.com/ebics-api/ebics-client-php/blob/2.x/tests/EbicsClientV30Test.php#L76 I got exactly the same issue, i only have some CERTIFICATE but setting up manually...

Ok thank's you for the code provided, i got exactly the same but still have issues. ```sh INI request failed. EBICS Error code : 091216 Message : [EBICS_OK] OK Meaning...

For your information, i impleted it as a service like that : ```php /** * Create a new EbicsService instance. */ public function __construct( string $hostUrl, string $hostId, string $partnerId,...

Hi, Thanks for your reply. I have to admit it's still not working, and it seems to be related to ``509InvalidBasicConstraintsException`. However, I don’t quite understand why — despite my...

Oui je les ai appelé pour avoir des informations sur les versions (ils savaient pas trop) mais j'ai une erreur de version lorsque je met A006 ou 2.5, donc j'imagine...

Solved for my case on https://github.com/ebics-api/ebics-client-php/issues/215