dongyi4170 2017-05-04 15:42
浏览 151

cURL无法用APN倒回身体

I'm trying to send a message to an iOS device using APN, but keep getting this message:

cURL error 0: The cURL request was retried 3 times and did not succeed. The most likely reason for the failure is that cURL was unable to rewind the body of the request and subsequent retries resulted in the same error. Turn on the debug option to see what went wrong. See https://bugs.php.net/bug.php?id=47204 for more information. (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

I've tried disabling/enabling https, but doesn't seem to make any difference. The headers look to be exactly the same as their documentation states, but doesn't want to make any difference. Anyone have any ideas?

Here's my code:

$payload = [
        "aps" =>  [
            "alert" => "Message received from Bob"
        ]
    ];

$client = new Client();
    $response = $client->request(
        'POST',
        'https://api.development.push.apple.com:443',
        [
            'body' => \GuzzleHttp\json_encode($payload),
            'headers' =>
                [
                    'Authorization' => "Bearer: $token",
                    ':method' => 'POST',
                    ':scheme' => 'https',
                    ':path' => "/3/device/$deviceId",
                    'apns-expiration' => 0,
                    'apns-priority' => 10
                ],
            'debug' => true,
        ]
    );

Curl version info:

array (size=9)
  'version_number' => int 470272
  'age' => int 3
  'features' => int 573981
  'ssl_version_number' => int 0
  'version' => string '7.45.0' (length=6)
  'host' => string 'x86_64-apple-darwin10.8.0' (length=25)
  'ssl_version' => string 'OpenSSL/1.0.1p' (length=14)
  'libz_version' => string '1.2.8' (length=5)
  'protocols' => 
    array (size=20)
      0 => string 'dict' (length=4)
      1 => string 'file' (length=4)
      2 => string 'ftp' (length=3)
      3 => string 'ftps' (length=4)
      4 => string 'gopher' (length=6)
      5 => string 'http' (length=4)
      6 => string 'https' (length=5)
      7 => string 'imap' (length=4)
      8 => string 'imaps' (length=5)
      9 => string 'ldap' (length=4)
      10 => string 'ldaps' (length=5)
      11 => string 'pop3' (length=4)
      12 => string 'pop3s' (length=5)
      13 => string 'rtsp' (length=4)
      14 => string 'smb' (length=3)
      15 => string 'smbs' (length=4)
      16 => string 'smtp' (length=4)
      17 => string 'smtps' (length=5)
      18 => string 'telnet' (length=6)
      19 => string 'tftp' (length=4)
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥50 如何用脚本实现输入法的热键设置
    • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
    • ¥30 深度学习,前后端连接
    • ¥15 孟德尔随机化结果不一致
    • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
    • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
    • ¥15 谁有desed数据集呀
    • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
    • ¥15 关于#hadoop#的问题
    • ¥15 (标签-Python|关键词-socket)