Portworks fails to recognize https endpoints for external kbdb

I’ve deployed portworx service using helm charts in Rancher 2.4.5 release.

Seeing the following error when looking at the pxctl status on the three nodes where the portworx service is deployed.

PX stopped working 37.5s ago. Last status: Could not init boot manager (error="Configuration check failed: Unknown discovery endpoint : https in [https://*****:****]

The configuration is set to use external kvdb etcd service which I can connect to from each node using etcdctl.

$ ETCDCTL_API=3 etcdctl --endpoints=https://******:***** --user=*****:***** endpoint health
https://******:***** is healthy: successfully committed proposal: took = 6.234125ms