curl: Add extra warning on check_connection errors

This commit is contained in:
Otavio Pontes
2019-05-28 20:18:51 -07:00
parent 5ccb839148
commit 232351cd25
+1
View File
@@ -231,6 +231,7 @@ int swupd_curl_init(void)
if (ret != 0) {
error("Failed to connect to update server: %s\n", version_url);
info("Possible solutions for this problem are:\n"
"\tCheck if your network connection is working\n"
"\tFix the system clock\n"
"\tRun 'swupd info' to check if the urls are correct\n"
"\tCheck if the server SSL certificate is trusted by your system ('clrtrust generate' may help)\n");