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

Use HTPPS Endpoints #194

Open
airgradienthq opened this issue Jul 8, 2024 · 1 comment
Open

Use HTPPS Endpoints #194

airgradienthq opened this issue Jul 8, 2024 · 1 comment

Comments

@airgradienthq
Copy link
Owner

Endpoint hw.airgradient.com supports HTTPS.

We should switch all endpoints to HTTPS.

@pnt325
Copy link
Contributor

pnt325 commented Aug 13, 2024

@airgradienthq
I have success connect to hw.airgradient.com success on ESP32C3. ESP8266 unable connected to with the same way self-signed certificate. I'm run the original example code BearSSL_Validation.ino

DebugLog

13:13:43.572 -> It is also possible to accept *any* self-signed certificate.  This is
13:13:43.572 -> absolutely insecure as anyone can make a self-signed certificate.
13:13:43.572 -> First, try and connect to a badssl.com self-signed website (will fail):
13:13:43.572 -> Trying: self-signed.badssl.com:443...*** Can't connect. ***
13:13:58.588 -> -------
13:13:58.588 -> Now we'll enable self-signed certs (will pass)
13:13:58.634 -> Trying: hw.airgradient.com:443...*** Can't connect. ***
13:13:59.459 -> -------

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