You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p = Pushbullet('[my API key]');
p.pushNote([],'test','123');
I get:
Error using webwrite (line 136)
Could not establish a secure connection to "api.pushbullet.com". The reason is "error:14090086:SSL
routines:ssl3_get_server_certificate:certificate verify failed". Check your certificate file ([rootcerts.pem]) for expired, missing or invalid certificates.
Any suggestions for fixing it?
The text was updated successfully, but these errors were encountered:
I haven't looked further into it. Maybe some googling lets you find a solution. I haven't used the script for many years, so I currently don't have a solution for you, sorry.
If you find out something, feel free to post it here or update the Readme 🙂
Using Matab 2018a and the following code,
I get:
Any suggestions for fixing it?
The text was updated successfully, but these errors were encountered: