使用Android Google GCM 错误是
无法在TCP连接上启用加密gcm-http.googleapis.com
$collection = PushNotification::app('appNameAndroid')
->to($devices);
$collection->adapter->setAdapterParameters(['sslverifypeer' => false]);
$collection->send($message);
我使用SSL .. 我不知道什么是错的。