Skip to content

Commit 9171ccc

Browse files
ecerulmrubelaguravindk89
authored
Mention Invalid Login error on MINIO_SERVER_URL (#1312)
The MinIO Console currently does not warn the user if the MinIO server is not reachable. MinIO Console will just say "Invalid Login" when the MINIO_SERVER_URL is not reachable which is misleading in the sense that will make think most people that the username/password/access key is incorrect so I think it should be mentioned in the documentation that Invalid Login could be just due to connectivity between console and server. Related to minio/console#3428 and minio/console#3427 @marktheunissen --------- Co-authored-by: Ruben Laguna <[email protected]> Co-authored-by: Ravind Kumar <[email protected]>
1 parent 04ff269 commit 9171ccc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/reference/minio-server/settings/deprecated.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,17 @@ They are listed here for historical reference only.
7575

7676
.. deprecated:: RELEASE.2024-05-10T01-41-38Z
7777

78-
The `fully qualified domain name <https://en.wikipedia.org/wiki/Fully_qualified_domain_name>`__ (FQDN) the MinIO Console uses for connecting to the MinIO Server.
79-
78+
The `fully qualified domain name <https://en.wikipedia.org/wiki/Fully_qualified_domain_name>`__ (FQDN) the MinIO Console uses for connecting to the MinIO Server.
79+
8080
For the Console to function correctly, the MinIO server URL *must* be the FQDN of the host, resolveable, and reachable.
8181

82+
If the specified value does not resolve to the MinIO server, logins via the MinIO Console fail and return a network error after a wait period.
83+
Older versions of the Console may return a generic 'Invalid Login' error instead.
84+
Unset the value *or* address the FQDN resolution issue to allow Console logins to proceed.
8285
This setting may be required if:
8386

8487
- The MinIO Server uses a TLS certificate that does not include the host local IP(s) in the certificate Subject Alternative Name (SAN).
85-
88+
8689
or
8790

8891
- The Console must use a specific hostname to connect or reference the MinIO Server, such as due to a reverse proxy or similar configuration.

0 commit comments

Comments
 (0)