On servers which have only an IPv6 address the integrity check fails with "This server has no working Internet connection. [...]"
This is because at
|
$firstClient->get('https://www.owncloud.com/'); |
www.owncloud.com is called (and later owncloud.com). - for both no IPv6 address is configured:
$ host -t AAAA www.owncloud.com
www.owncloud.com has no AAAA record
Both domains should have a valid IPv6 address.
On servers which have only an IPv6 address the integrity check fails with "This server has no working Internet connection. [...]"
This is because at
core/settings/Controller/CheckSetupController.php
Line 169 in bd163dc
Both domains should have a valid IPv6 address.