Closed
Description
Kind: question
Server: minio
Certificate: self-certificate
Description:
I am trying to access minio server with minio-go, but it fails due to unknown authority.
Get https://object-store:9000/test-bucket/?location=: x509: certificate signed by unknown authority
Is there any way to set something like --skip-ssl-verification
like minio client, which has --insecure
option for skip ssl verification.