Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Conrad34 opened this issue Oct 23, 2023 · 1 comment

Comments

@Conrad34
Copy link

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
Copy link
Owner

jensb89 commented Oct 29, 2023

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants