Open bloftd opened 6 years ago
Fatal error: Uncaught exception 'SMSGatewayMe\Client\ApiException' with message 'API call to https://smsgateway.me/api/v4/message/send timed out: a:26:{s:3:"url";s:41:"https://smsgateway.me/api/v4/message/send";s:12:"content_type";N;s:9:"http_code";i:0;s:11:"header_size";i:0;s:12:"request_size";i:0;s:8:"filetime";i:-1;s:17:"ssl_verify_result";i:20;s:14:"redirect_count";i:0;s:10:"total_time";d:0.45399999999999996;s:15:"namelookup_time";d:0.016;s:12:"connect_time";d:0.23499999999999999;s:16:"pretransfer_time";d:0;s:11:"size_upload";d:0;s:13:"size_download";d:0;s:14:"speed_download";d:0;s:12:"speed_upload";d:0;s:23:"download_content_length";d:-1;s:21:"upload_content_length";d:-1;s:18:"starttransfer_time";d:0;s:13:"redirect_time";d:0;s:12:"redirect_url";s:0:"";s:10:"primary_ip";s:12:"52.17.243.56";s:8:"certinfo";a:0:{}s:12:"primary_port";i:443;s:8:"local_ip";s:14:"192.168.99.102";s:10:"local_port";i:52706;}' in C:\xampp\htdocs\gateway\lib\ApiClient.php:230 Stack trace: #0 C:\xampp\htdocs\gateway\lib\Api\MessageApi.php(526): S in C:\xampp\htdocs\gateway\lib\ApiClient.php on line 230
For those having this error, all you need to do is change ../lib/Configuration.php line 143 from true to false protected $sslVerification = false; // this will fix it
protected $sslVerification = false; // this will fix it
Fatal error: Uncaught exception 'SMSGatewayMe\Client\ApiException' with message 'API call to https://smsgateway.me/api/v4/message/send timed out: a:26:{s:3:"url";s:41:"https://smsgateway.me/api/v4/message/send";s:12:"content_type";N;s:9:"http_code";i:0;s:11:"header_size";i:0;s:12:"request_size";i:0;s:8:"filetime";i:-1;s:17:"ssl_verify_result";i:20;s:14:"redirect_count";i:0;s:10:"total_time";d:0.45399999999999996;s:15:"namelookup_time";d:0.016;s:12:"connect_time";d:0.23499999999999999;s:16:"pretransfer_time";d:0;s:11:"size_upload";d:0;s:13:"size_download";d:0;s:14:"speed_download";d:0;s:12:"speed_upload";d:0;s:23:"download_content_length";d:-1;s:21:"upload_content_length";d:-1;s:18:"starttransfer_time";d:0;s:13:"redirect_time";d:0;s:12:"redirect_url";s:0:"";s:10:"primary_ip";s:12:"52.17.243.56";s:8:"certinfo";a:0:{}s:12:"primary_port";i:443;s:8:"local_ip";s:14:"192.168.99.102";s:10:"local_port";i:52706;}' in C:\xampp\htdocs\gateway\lib\ApiClient.php:230 Stack trace: #0 C:\xampp\htdocs\gateway\lib\Api\MessageApi.php(526): S in C:\xampp\htdocs\gateway\lib\ApiClient.php on line 230