SSL Certificate Error with python-arango Library SSL Certificate Error with python-arango Library kubernetes kubernetes

SSL Certificate Error with python-arango Library


The only workaround I was able to figure out was to opt for the unsecured route.Instead of having arango-cluster-ca in the spec.tls.caSecretName field of arango cluster config file, I set the field to None. It allowed me to connect with http without any issues.

Would still like to know if there is some workaround to get it connected via https, so I am still open to answers, else I would close this.