Commit Graph

8 Commits

Author SHA1 Message Date
Fernando Fernandez Mancera
2c28cab5aa Revert "Use https instead of http"
Connectivity check should work fine with the HTTP URI; if there are
problems with that in specific environments, they need to be understood
and explained.

But more importantly, this change breaks captive portal detection, which
is one of the main purposes of connectivity check. A captive portal is
detected by NM by comparing the content returned from the connectivity
URI with a well-known content; if it's different then we assume someone
is hijacking the request (via DNS poisoning or other means). With HTTPS
this mechanism doesn't work because NM is not able to get the content
from the redirected URI due to certificate verification failure.

This reverts commit 6e53c1b52e.
2023-08-31 14:57:10 +02:00
Renich Bon Ciric
6e53c1b52e Use https instead of http
Fixes online status for NetworkManager and nm-online. 

Also, fixes bz #2234651
2023-08-25 06:53:30 +00:00
Thomas Haller
598b6a70ba
update to 1.29.11-dev snapshot 2021-02-09 09:21:49 +01:00
Thomas Haller
2875b62a86 Update to 1.20-rc1 upstream release candidate 2019-07-29 21:53:55 +02:00
Thomas Haller
5af6ac65a3 fix crash on device deactivate (rh 1253949)
Also:
  - backport new wifi scan options from nm-1-0 upstream branch.
  - update the URI for connectivty checking
2015-08-18 11:59:43 +02:00
Jiří Klimeš
8890459ab6 connectivity: use HTTPS for connectivity checking (rh #113577)
https://bugzilla.redhat.com/show_bug.cgi?id=1135777
2014-09-06 00:09:24 +02:00
Dan Williams
05a1e014e2 connectivity: ensure interval is set to enable connectivity checking (rh #1123772)
Patch by Elad Alfassa <el.il@doom.co.il>
2014-07-30 08:46:59 -05:00
Dan Williams
11e58160ed add new NetworkManager-config-connectivity-fedora RPM
Adds defaults for using Fedora servers for connectivity checking.
2014-07-04 11:57:50 +02:00