mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #4046 from nextcloud/enh/4041/verbose-error-message
Make port 443 error message more verbose
This commit is contained in:
commit
b3d0624627
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class ConfigurationManager
|
||||||
if ($connection) {
|
if ($connection) {
|
||||||
fclose($connection);
|
fclose($connection);
|
||||||
} else {
|
} else {
|
||||||
throw new InvalidSettingConfigurationException("The server is not reachable on Port 443. You can verify this e.g. with 'https://portchecker.co/' by entering your domain there as ip-address and port 443 as port.");
|
throw new InvalidSettingConfigurationException("The domain is not reachable on Port 443 from within this container. Have you opened port 443/tcp in your router/firewall? If yes is the problem most likely that the router or firewall forbids local access to your domain. You can work around that by setting up a local DNS-server.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get Instance ID
|
// Get Instance ID
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue