Need additional information
Details
Assignee
Triage Team
Triage TeamReporter
Patrick Schneider
Patrick SchneiderLabels
Impact
Medium
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Created February 10, 2022 at 3:21 PM
Updated July 6, 2022 at 8:57 PM
Resolved March 19, 2022 at 11:08 AM

If you enable TLS for the S3 Service and select an IP Address for the S3 Service
you can open the MinIO Console at
https://truenas.domain.tld:9001/login
But you're not able to login anymore. Errormessage:
"Error
Invalid Login
Details
Post " https://truenas.domain.tld:9000/ ": dial tcp [::1]:9000: connect: connection refused"
The Error Message shows that MinIO Console is trying to connect to the IPv6 localhost [::1] Port 9000.
But according to
sockstat -6n
Port 9000 is not open on [::1], because it is only bound to Port 9000 on the selected IP Address in the S3 Configuration Options.