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

ESP8266 Core 2.5.x #3

Open
palsbo opened this issue Jun 12, 2019 · 3 comments
Open

ESP8266 Core 2.5.x #3

palsbo opened this issue Jun 12, 2019 · 3 comments

Comments

@palsbo
Copy link

palsbo commented Jun 12, 2019

Are there any fix for getting it to work with Core 2.5.x?

@Darryl-Scott
Copy link

To get it to work with the 2.5.x core just add
client.setInsecure();
just after WiFiClientSecure client; in the Gsender.cpp file!

@Hans-MartinHannibalLauridsen
Copy link

Well.. calling client.setInsecure(); would solve the immidiate issue, but you really should import the certificate of the end service to verify it authenticity for a more secure connection. I believe it is done by calling client.loadCertificate(certFile);

@nicks-technik
Copy link

I also added the
client.setInsecure();
To use a better solution (cert) I need guidence, best in the library.

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

4 participants