Pushbullet no longer working

I have been using pushbullet successfully for a while now and the other day it stopped working.
From the log,

Message

Task Error: REST request failed: [403] [POST] at [https://www.pushbullet.com/api/pushes]

Exception

NzbDrone.Core.Rest.RestException: REST request failed: [403] [POST] at [https://www.pushbullet.com/api/pushes]
at NzbDrone.Core.Rest.RestSharpExtensions.ValidateResponse(IRestResponse response, IRestClient restClient) in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\Rest\RestSharpExtensions.cs:line 43
at NzbDrone.Core.Notifications.PushBullet.PushBulletProxy.SendNotification(String title, String message, String apiKey, Int32 deviceId) in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\otifications\PushBullet\PushBulletProxy.cs:line 26
at NzbDrone.Core.Notifications.PushBullet.PushBulletProxy.Execute(TestPushBulletCommand message) in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\otifications\PushBullet\PushBulletProxy.cs:line 35
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 117
at NzbDrone.Core.Messaging.Commands.CommandExecutor.<>c__DisplayClass5`1.b__4() in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 73
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
{
“error”: {
“message”: “API is only accessible over HTTPS.”,
“type”: “invalid_request_error”
}
}

I have tried readding the pushbullet account but that didn’t work

Looks like they want us using api.pushbullet.com instead of www.pushbullet.com - I’ll make the change and get it to develop later tonight.

Added to Trello so its not forgotten: https://trello.com/b/MadvFKy4/nzbdrone-v2

Thanks