SOLVED Problems with s3 service/minio

VulcanRidr

Explorer
Joined
Jan 5, 2015
Messages
59
I am running s3service/minio on one of my TrueNAS boxes (12.0u8). When I brought it up after the u8 (or was it after u7) upgrade, it had a new console.

Minio is running according to the system:
Code:
# service minio status
minio is running as pid 94514.


However, when I try to log in to the s3 console at https://hostname.example.com:9001/login
Code:
Error
Invalid Login
Post "https://hostname.example.com:9000/": dial tcp [::1]:9000: connect: connection refused


What is not working or am I missing a step?

Thanks,
--vr
 

VulcanRidr

Explorer
Joined
Jan 5, 2015
Messages
59
So apparently changing the IP address in the S3 Config Options under Services from the IP of the server to 0.0.0.0 resolves the problem.
 

im.thatoneguy

Dabbler
Joined
Nov 4, 2022
Messages
34
Also important is that TLS hostname matches the address you're access it from.

This is annoying if you use s3.domain.com:9000 for your public facing S3 buckets but s3.corp.domain.com:9001 for your console access (behind a firewall).
 
Top