metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
210 stars 153 forks source link

Issues with command not found - ERROR 2400 #304

Closed josejmichel closed 2 years ago

josejmichel commented 3 years ago

Hi,

I'm trying to use this EPP CLIENT with a CoCCA Registry, but the commands are not working. I tried using the checkdomain.php and alternativeconnection examples, but neither of them are working. I think that I followed the steps correctly. I created the settings.ini, with this content:

<?php interface=eppConnection hostname=ssl://hostname port=700 userid=[username] password=[passsword]

But is not working, any advice?

Thanks in advance