Open
Description
Environment info
- Version: 3.0
- Deployment: AZURE | AWS | GCLOUD | ESX | VBOX | DEV
- Customer: NAME
Actual behavior
- currently all connections to compatible S3 endpoints are done with
rejectUnauthorized = false
which means that certificates from unknown authorities or self-signed certs are accepted.
Expected behavior
- we should add an option in the connection creation to let the user control this flag
- cloud resource should have a status that indicates that a connection is refused due to an unauthorized certificate.