cloudlena / s3manager

A Web GUI for your S3 buckets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3 manager does not work with object store having self signed certificates

vamseekrishna25 opened this issue · comments

many object like Noobaa and others when hosted with self signed certificate require the s3 clients to connect with skip ssl verfiy
as and example the amazon s3 client also gives a provision to skip ssl verfiy for s3 compatible object store hosted with self signed certificate
aws --endpoint xxxxx --no-verify-ssl s3 mv s3:xxxx aws-bucket-data/pod.yaml

hence need to enhance s3 manager with USE_Skip_SSL_Verification option in environment variable
i have patched this issue by adding the above option
4b00800

Thanks, @vamseekrishna25. I implemented this with 346ee86

I hope that also fixed it for you :)