You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with PlatformIO on networks where unencrypted traffic is heavily restricted. Even outbound traffic like web requests. So, HTTPS is very much preferred to HTTP.
Would it be possible to switch to using HTTPS hosts to check the internet is working? Or add one HTTPS host to the rotation?
The text was updated successfully, but these errors were encountered:
In platformio/platformio-core/http.py
_internet_on
method, HTTP port 80 is used to check if the internet is on:platformio-core/platformio/http.py
Line 201 in 4230b22
I'm working with PlatformIO on networks where unencrypted traffic is heavily restricted. Even outbound traffic like web requests. So, HTTPS is very much preferred to HTTP.
Would it be possible to switch to using HTTPS hosts to check the internet is working? Or add one HTTPS host to the rotation?
The text was updated successfully, but these errors were encountered: