The Wayback Machine - https://web.archive.org/web/20200906014444/https://github.com/web-push-libs/web-push-php/issues/259
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL Error:35:Unknown SSL protocol error in connection to fcm.googleapis.com:443 #259

Open
bushibigniu opened this issue Nov 27, 2019 · 0 comments

Comments

@bushibigniu
Copy link

@bushibigniu bushibigniu commented Nov 27, 2019

When I use php7.2 to call the sendNotification method for web push, a lot of Curl Error: 35: Unknown SSL protocol error in connection to fcm.googleapis.com:443 will appear, why is this.
I use a loop to push. Will there be a frequency limit for this api?
Does this version require an SSL certificate?

my code:
$webPush = new WebPush($auth);
$res = $webPush->sendNotification(
$subscription,
$playLoad,
false
);

lib version:
"minishlink/web-push": "^5.2.0"
php version:
^7.2
system:
centos 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.