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"}