danielfrg / s3contents

Jupyter Notebooks in S3 - Jupyter Contents Manager implementation
Apache License 2.0
248 stars 88 forks source link

add skip_tls_verify flag to support self-signed CA #141

Closed LyleLaii closed 2 years ago

LyleLaii commented 2 years ago

After trying multiple methods I still hadn't gotten around the certificate authentication issue, so I added a flag bit to quickly support the scenario of using self-signed certificates internally.

Please help to evaluate if this change is necessary and if maybe I'm using it in the wrong way.

danielfrg commented 2 years ago

Thanks for your contribution!