beyondstorage/go-storage

Connect to MinIO with HTTP Transport TLSClientConfig: &tls.Config{InsecureSkipVerify: true}

DrOctavius opened this issue · 1 comments

Hey!
Cannot connect to MinIO skipping validation of the certificate
The httpclient.Options{} doesn't have this kind of option
Is there any way to do it, or PR is needed?
Thank you

image
image

try setting env val to: SKIP_CERT_VALIDATION = "true"