Minio network error with enabled tls

Hi!
I have got small problem with enabling certificate for minio.
I have very basic setup with minio on default settings. I am able to add domain to this app. I can login via domain when added or via IP otherwise. The problem shows when I enable certificate for minio. Then I am unable to log in with the only message being: “unable to login due to network error”.
Logs in minio app are basic - just saying that it is listening on my domain with https.
This is response from server:
:status: 503 X-Content-Type-Options: nosniff Content-Type: application/json Content-Security-Policy: default-src 'self' 'unsafe-eval' 'unsafe-inline'; script-src 'self' https://unpkg.com; connect-src 'self' https://unpkg.com; Date: Sun, 17 Nov 2024 21:28:16 GMT X-Frame-Options: DENY X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin-when-cross-origin Content-Length: 51 Vary: Accept-Encoding Server: MinIO Console
With body:
{"message":"unable to login due to network error"}

Were you able to resolve this issue? I have just deployed minio with an ACME certificate (which works for the Web UI) and I am running into the same issue.

Unfortunately not. I am planning to do minio on k8s with attached nfs to it from k8s. I have no idea how to workaround it.

Can confirm, after much experimentation, testing the inbuild CA and using ACME certs, working with various DNS configurations (my system has a real subdomain and a private IP) I have also not managed to get beyond the login prompt.

Removing certificates and falling back to HTTP, works immediately.

I have just updated truenas to TrueNAS SCALE ElectricEel 24.10 and now I can run minio with certificate. I am not using acme but “normal” certificate for the minio. I wish you luck with acme because I was not able to make it run even once to receive certificate.