Help for this page

Select Code to Download


  1. or download this
    #Below 2 lines are to bypass the SSL verification which was also causi
    +ng authentication issues.
    $client->getUseragent()->ssl_opts(verify_hostname => 0);
    $client->getUseragent()->ssl_opts(SSL_verify_mode => SSL_verify_NONE);