-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Adjust message "This server has no working Internet connection" #181
Comments
All what the internet check does is:
If there is no error happening, then the connection is working. I will prepare a log output to give you maybe a hint, what happened. |
For more details add following code between those lines: server/settings/controller/checksetupcontroller.php Lines 100 to 101 in 4b90429
\OC::$server->getLogger()->logException($e, ['app' => 'internet_connection_check']); |
Then open the admin page again and check the log. Beside that it could also be the case, that the config.php option |
It works today. Given your explanation, perhaps owncloud.org was temporarily down yesterday. Can I suggest to modify the error message to: "This server has no working Internet connection: it cannot reach http://owncloud.org/", in which I would have known what it attempted to do and figured out myself without logging a bug :-) |
Makes sense :) |
Hey guys, let me know if #374 looks suitable. |
Changes Internet Connection Test to use https://nextcloud.org Adds new sites to Server Internet Check. Check now uses OR logic.
Alters 'No Internet Connection' error message. #181
Setup:
systemd-nspawn -n
(i.e. system sets up its own private network and NAT, container is at 10.0.0.2/28)Nextcloud reports: "This server has no working Internet connection". That appears to be incorrect:
DNS is also configured correctly:
It seems that detection code might be a bit too aggressive.
The text was updated successfully, but these errors were encountered: