metaregistrar / php-epp-client

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

latest version #195

Closed ladaposamuel closed 5 years ago

ladaposamuel commented 5 years ago

Thanks for this awesome library/package. I installed the package today into my laravel application and got some errors, checking out other people's issues here i figured out that setting the setAllowSelfSigned to true might solve my

stream_socket_client(): Peer certificate CN=`epp.coccaregistry.org' did not match expected CN=`ote.coccaregistry.org'

problem.

But after updating the package to the latest I'm getting this error

Call to undefined method Metaregistrar\EPP\eppConnection::setAllowSelfSigned()

checking out your latest version 1.0.7 I figured you have already fixed but I'm confused now please help

from my composer.json

    "metaregistrar/php-epp-client": "1.0.7",