GithubHelp home page GithubHelp logo

Comments (12)

HeinvdW avatar HeinvdW commented on September 17, 2024 4

Hi
api.pushbullet.com:443 is refused
https://api.pushbullet.com returns the expected answer:

cat "(=^.^=)"
happy_to_see_you true
message "Welcome to the Pushbullet API!"

So I expect the connection setup should be different than:
if (!client.connect(host,httpsPort)) {
Serial.println("connection failed");
return;
}

I have found the solution elsewhere in GitHub:
Just add
client.setInsecure();
in the line below
WiFiClientSecure client;

Resulting in:
WiFiClientSecure client;
client.setInsecure();

from pushbullet-esp8266.

froggerXR7 avatar froggerXR7 commented on September 17, 2024 1

Found Prob. That was not Told The Arduino IDE 2.0.4 Dose Not Work, The 2.1.1 Works 7-7-2023

from pushbullet-esp8266.

cattusuk avatar cattusuk commented on September 17, 2024

Have exactly same problem. The host and port are as follows:

const char* host = "api.pushbullet.com";
const int httpsPort = 443;

It fails at:

if (!client.connect(host, httpsPort)) {
Serial.println("connection failed");
return;
}

and my console says:

03:46:06.820 -> WiFi connected
03:46:06.820 -> IP address:
03:46:06.820 -> 192.168.50.97
03:46:06.867 -> connecting to api.pushbullet.com
03:46:07.664 -> connection failed

Would be great if someone could give a hint :)

from pushbullet-esp8266.

ducktaperules avatar ducktaperules commented on September 17, 2024

also have the same problem

from pushbullet-esp8266.

Osmodia666 avatar Osmodia666 commented on September 17, 2024

I have the same problem. But I guess no one cares.

from pushbullet-esp8266.

uyan21 avatar uyan21 commented on September 17, 2024

you have to varify by using thingspeak's fingerprint

from pushbullet-esp8266.

tha-uep avatar tha-uep commented on September 17, 2024

I have the connection problem, too. Also tried to verify the actual fingerprint which I read out of the browsers certificate and via grc.com.
Connection failed and certificate does not match :-(

Hope, anyone has an idea or can support me.

if(!pb.openConnection()) { Serial.println("Failed to connect to pushbullet.com"); //return; } // Use web browser to view and copy // SHA1 fingerprint of the certificate const char* fingerprint = "FA C0 BE 4E 64 B8 80 C7 B7 EC B6 D9 01 FF 61 0D AC 92 F5 A6"; //got it using https://www.grc.com/fingerprints.htm if (client.verify(fingerprint, "api.pushbullet.com")) { Serial.println("certificate matches"); } else { Serial.println("certificate doesn't match"); } if (!pb.checkConnection()) { Serial.println("Failed to connect to pushbullet.com"); return; }

from pushbullet-esp8266.

gomme600 avatar gomme600 commented on September 17, 2024

Fails for me too. The current fingerprint should be: C1 72 5A 7A 6C AE BC CD 0A 57 8E 3A DA 39 C8 47 26 36 C9 77. But this didn't work for me...

from pushbullet-esp8266.

Bighoneypot avatar Bighoneypot commented on September 17, 2024

@anuroopshannu please close..

from pushbullet-esp8266.

froggerXR7 avatar froggerXR7 commented on September 17, 2024

This Is Not Working : Compilation error: 'class axTLS::WiFiClientSecure' has no member named 'setInsecure'
6-27-2023

from pushbullet-esp8266.

froggerXR7 avatar froggerXR7 commented on September 17, 2024

This Is Not Working Not Connecting to Pushbullet : Compilation error: 'class axTLS::WiFiClientSecure' has no member named 'setInsecure'
6-27-2023

from pushbullet-esp8266.

Aman17Gupta avatar Aman17Gupta commented on September 17, 2024

Worked with Arduino 1.8.18 after adding " client.setInsecure();"

from pushbullet-esp8266.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.