XF 2.1 ErrorException: Push notification failure: SSL: no alternative certificate subject name match

rfc0001

Well-known member
Getting the following errors:
  • ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 60: SSL: no alternative certificate subject name matches target host name 'updates.push.services.mozilla.com' (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)"}
  • src/XF/Error.php:75
  • Generated by: user
  • Apr 6, 2019 at 9:52 AM
Stack trace
#0 src/XF.php(187): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(247): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(167): XF\Service\PushNotification->handleResults(Array, Array)
#3 src/XF/Service/PusherTrait.php(159): XF\Service\PushNotification->sendNotifications()
#4 src/XF/Repository/UserAlert.php(147): XF\Service\Alert\Pusher->push()
#5 src/XF/Repository/UserAlert.php(111): XF\Repository\UserAlert->insertAlert(400, 2069, 'tenasteff', 'post', 93174, 'insert', Array)
#6 src/XF/Notifier/AbstractNotifier.php(55): XF\Repository\UserAlert->alert(Object(xenMade\ST404\XF\Entity\User), 2069, 'tenasteff', 'post', 93174, 'insert', Array)
#7 src/XF/Notifier/Post/AbstractWatch.php(104): XF\Notifier\AbstractNotifier->basicAlert(Object(xenMade\ST404\XF\Entity\User), 2069, 'tenasteff', 'post', 93174, 'insert')
#8 src/XF/Service/AbstractNotifier.php(86): XF\Notifier\Post\AbstractWatch->sendAlert(Object(xenMade\ST404\XF\Entity\User))
#9 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XF\Notifier\Post\ThreadWatch), Array, G)
#10 src/XF/Service/AbstractNotifier.php(56): XF\Service\AbstractNotifier->notify(3)
#11 src/XF/Service/Thread/Replier.php(205): XF\Service\AbstractNotifier->notifyAndEnqueue(3)
#12 src/XF/Pub/Controller/Thread.php(330): XF\Service\Thread\Replier->sendNotifications()
#13 src/addons/xenMade/SEO/XF/Pub/Controller/Thread.php(202): XF\Pub\Controller\Thread->finalizeThreadReply(Object(XF\Service\Thread\Replier))
#14 src/XF/Pub/Controller/Thread.php(463): xenMade\SEO\XF\Pub\Controller\Thread->finalizeThreadReply(Object(XF\Service\Thread\Replier))
#15 src/XF/Mvc/Dispatcher.php(321): XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#16 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'AddReply', Object(XF\Mvc\RouteMatch), Object(XDinc\FTSlider\Pub\Controller\Thread), NULL)
#17 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XDinc\FTSlider\Pub\Controller\Thread), NULL)
#18 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#19 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#20 src/XF.php(390): XF\App->run()
#21 index.php(20): XF::runApp('XF\\Pub\\App')

Tis a bug?
 
Have same error

Code:
    ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 60: (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)"} src/XF/Error.php:75

    Generiert von: Unbekanntes Konto 6. Juni 2019 um 06:12

Code:
#0 src/XF.php(187): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(247): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(167): XF\Service\PushNotification->handleResults(Array, Array)
#3 src/XF/Service/PusherTrait.php(159): XF\Service\PushNotification->sendNotifications()
#4 src/XF/Repository/UserAlert.php(147): XF\Service\Alert\Pusher->push()
#5 src/XF/Repository/UserAlert.php(111): XF\Repository\UserAlert->insertAlert(301291, 430276, 'Osprey', 'resource_update', 5201, 'insert', Array)
#6 src/XF/Notifier/AbstractNotifier.php(55): XF\Repository\UserAlert->alert(Object(Siropu\AdsManager\XF\Entity\User), 430276, 'Osprey', 'resource_update', 5201, 'insert', Array)
#7 src/addons/XFRM/Notifier/ResourceUpdate/AbstractWatch.php(69): XF\Notifier\AbstractNotifier->basicAlert(Object(Siropu\AdsManager\XF\Entity\User), 430276, 'Osprey', 'resource_update', 5201, 'insert')
#8 src/XF/Service/AbstractNotifier.php(86): XFRM\Notifier\ResourceUpdate\AbstractWatch->sendAlert(Object(Siropu\AdsManager\XF\Entity\User))
#9 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XFRM\Notifier\ResourceUpdate\ResourceWatch), Array, G)
#10 src/XF/Job/Notifier.php(33): XF\Service\AbstractNotifier->notify(G)
#11 src/XF/Job/Manager.php(253): XF\Job\Notifier->run(G)
#12 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, G)
#13 src/XF/Job/Manager.php(79): XF\Job\Manager->runJobEntry(Array, G)
#14 job.php(42): XF\Job\Manager->runQueue(false, 8)
#15 {main}
 
Top Bottom