Hallo Pushsafer Support Team,
ich habe ein Problem wo ich alleine leider nicht mehr weiter komme. Ich sende die Push-Benachrichtungen mit API über meinen Raspberry Pi an meinen iPhone. Mehrere Monate hat es perfekt funktioniert. Seit ein/zwei Wochen funktioniert es leider nicht mehr. Das verschicken der Nachricht über die Pushsafer Webseite funktioniert, die Nachricht kommt an iPhone an, über Raspberry leider nicht. Raspberry Pi ist im Internet Online erreichbar und ich kann über ping z.B. www.pushsafer.com erreichen. Können Sie mir hier helfen? Vielen Dank im Voraus!
Nachrichten von Raspberry Pi kommen nicht an.
- admin
- Site Admin
- Posts: 976
- Joined: 1. Dec 2014, 12:41
- Location: Germany
Re: Nachrichten von Raspberry Pi kommen nicht an.
Hallo,
was sagt das Error-Log?
Kannst du deinen Code hier posten (ohne Private Key)!
Kevin
was sagt das Error-Log?
Kannst du deinen Code hier posten (ohne Private Key)!
Kevin
Pushsafer DE: Dir gefällt Service und Support! Dann freuen wir uns auf deine Bewertung!
Pushsafer EN: You like Service and Support! Then we look forward to your review!
Pushsafer.com Website - iOS - Android - Windows 10
Pushsafer EN: You like Service and Support! Then we look forward to your review!
Pushsafer.com Website - iOS - Android - Windows 10
Re: Nachrichten von Raspberry Pi kommen nicht an.
Hello,
I have a similar problem. It stopped working on the 1st October.
Here's the code I use, and the error message.
curl 'https://www.pushsafer.com/api?k=xxxxxxx ... &m=Message'
curl: (60) SSL certificate problem: certificate has expired
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
With the -k option notifications get through as expected.
I've tried updating the certificates : sudo update-ca-certificates, this makes no difference.
Running on a Rpi 3B with Raspbian GNU/Linux 8 (jessie).
Thanks for any help
Chris
I have a similar problem. It stopped working on the 1st October.
Here's the code I use, and the error message.
curl 'https://www.pushsafer.com/api?k=xxxxxxx ... &m=Message'
curl: (60) SSL certificate problem: certificate has expired
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
With the -k option notifications get through as expected.
I've tried updating the certificates : sudo update-ca-certificates, this makes no difference.
Running on a Rpi 3B with Raspbian GNU/Linux 8 (jessie).
Thanks for any help
Chris
Re: Nachrichten von Raspberry Pi kommen nicht an.
Hallo Kevin,
im Anhang findest Du zwei Screenshots dazu.
Danke und Gruß
im Anhang findest Du zwei Screenshots dazu.
Danke und Gruß
- Attachments
-
- code ausgeführt.jpg (18.62 KiB) Viewed 11075 times
Re: Nachrichten von Raspberry Pi kommen nicht an.
... zweiter Screenshot.
- Attachments
-
- code.jpg (96.82 KiB) Viewed 11069 times
- admin
- Site Admin
- Posts: 976
- Joined: 1. Dec 2014, 12:41
- Location: Germany
Re: Nachrichten von Raspberry Pi kommen nicht an.
wie auch schon im Änderungsprotokoll geschrieben wurden Änderungen am SSL Zertifikat vorgenommen:
Entweder, es wird das root Zertifikat auf dem Client System installiert oder die SSL Verifikation wird abgestellt.
https://www.pushsafer.com/changelog
Entweder, es wird das root Zertifikat auf dem Client System installiert oder die SSL Verifikation wird abgestellt.
https://www.pushsafer.com/changelog
Änderungen am SSL-Zertifikat
2021-10-30 ↴
Unser SSL Zertifikat Anbieter hat Änderungen vorgenommen.
Auf neueren Systemen werden keine Probleme auftreten, da meist schon Updates dafür bereitgestellt wurden. Ältere Systeme, welche beim Versenden von Pushsafer Nachrichten folgenden Fehler verursachen, müssen auf der Client Seite das "Let's Encrypt" Root Zertifikat installieren oder das Prüfen von SSL Zertifikaten abstellen (disable SSL verification).
"Prüfung SSL Zertifikat fehlgeschlagen, Zertifikat ist abgelaufen"
Bitte folge den Anweisungen auf dieser Seite:
https://letsencrypt.org/docs/dst-root-c ... mber-2021/
Changes to the SSL certificate
2021-10-30 ↴
Our SSL certificate provider has made changes.
No problems will arise on newer systems, as updates have usually already been made available for them. Older systems, which cause the following errors when sending Pushsafer messages, must install the "Let's Encrypt" root certificate on the client side or disable SSL verification.
"SSL certificate check failed, certificate has expired"
Please follow the instructions on this page:
https://letsencrypt.org/docs/dst-root-c ... mber-2021/
Pushsafer DE: Dir gefällt Service und Support! Dann freuen wir uns auf deine Bewertung!
Pushsafer EN: You like Service and Support! Then we look forward to your review!
Pushsafer.com Website - iOS - Android - Windows 10
Pushsafer EN: You like Service and Support! Then we look forward to your review!
Pushsafer.com Website - iOS - Android - Windows 10
- admin
- Site Admin
- Posts: 976
- Joined: 1. Dec 2014, 12:41
- Location: Germany
Re: Nachrichten von Raspberry Pi kommen nicht an.
also in deinem Fall muss du in der CURL Zeile einen von beiden Parametern einbinden
-k oder --insecure
Pushsafer DE: Dir gefällt Service und Support! Dann freuen wir uns auf deine Bewertung!
Pushsafer EN: You like Service and Support! Then we look forward to your review!
Pushsafer.com Website - iOS - Android - Windows 10
Pushsafer EN: You like Service and Support! Then we look forward to your review!
Pushsafer.com Website - iOS - Android - Windows 10
Who is online
Users browsing this forum: No registered users and 3 guests