jensb89 / Matlab-Pushbullet

Matlab class to connect with pushbullet
MIT License
17 stars 2 forks source link

Error from Matlab: Check your certificate file for expired, missing or invalid certificates #2

Open Conrad34 opened 8 months ago

Conrad34 commented 8 months ago

Using Matab 2018a and the following code,

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?

jensb89 commented 8 months ago

It seems it has something to do with matlab, other people have the same problem : https://stackoverflow.com/questions/77341850/pushbullet-no-longer-working-with-matlab-error14090086ssl-routinesssl3-get-s

(Also some with python and php). Might work again with newer matlab versions?

The API from Pusbullet in fact hasn't changed much over the years: https://docs.pushbullet.com/

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 🙂