[bd] Push Notification [Deleted]

Getting error now...
Code:
Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://api.pushbullet.com:443. Error #0: - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, Yesterday at 9:00 AM
Stack Trace
#0 /hsphere/local/home/iiiers/mymilitia.com/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('api.pushbullet....', 443, true)
#1 /hsphere/local/home/iiiers/mymilitia.com/library/bdPushover/Helper/PushbulletApi.php(147): Zend_Http_Client->request('POST')
#2 /hsphere/local/home/iiiers/mymilitia.com/library/bdPushover/Helper/Alert.php(291): bdPushover_Helper_PushbulletApi::push('o.EnI4kGiyy28Xd...', 'GregWrench repl...', Array)
#3 /hsphere/local/home/iiiers/mymilitia.com/library/bdPushover/Model/PushQueue.php(91): bdPushover_Helper_Alert::work2_send(Array)
#4 /hsphere/local/home/iiiers/mymilitia.com/library/bdPushover/Deferred/PushQueue.php(10): bdPushover_Model_PushQueue->runQueue(7.9999949932098)
#5 /hsphere/local/home/iiiers/mymilitia.com/library/XenForo/Model/Deferred.php(295): bdPushover_Deferred_PushQueue->execute(Array, Array, 7.9999949932098, '')
#6 /hsphere/local/home/iiiers/mymilitia.com/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.9999949932098, '', false)
#7 /hsphere/local/home/iiiers/mymilitia.com/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#8 /hsphere/local/home/iiiers/mymilitia.com/deferred.php(23): XenForo_Model_Deferred->run(false)
#9 {main}
Request State
array(3) {
  ["url"] => string(37) "http://www.mymilitia.com/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(4) {
   ["_xfRequestUri"] => string(32) "/threads/new-york-militia.70642/"
   ["_xfNoRedirect"] => string(1) "1"
   ["_xfToken"] => string(8) "********"
   ["_xfResponseType"] => string(4) "json"
  }
}
 
I have responded to your messages over at xfrocks.com, it seems to be a network issue between your server and Pushbullet's. I don't have another report so far, and it does work fine on xfrocks.com so...
this is what my host said..

I got 'Unknown SSL protocol error' ... are they enforcing using TLS 1.2 ?

Anyway, it is not connectivity issue as `curl -v http://api.pushbullet.com/` works just fine, it is https that errors out.
 
as soon as i stitched to SSL this started working again , it did not work on my non SSL site , i made no other changes
 
Me too now and i get the error "Pushbullet email could not be determined." Could there some problems with xf 1.5.15?
 
Does this happen right after your upgrade?
before the upgrade I still have a message on pushbullet, since the upgrade no more
and if I try to edit the pushbullet settings in my profile i get the error "Pushbullet email could not be determined."and I get the same error if I use the "oauth test"
 
Top Bottom