Unable to access subgraphs from local router(rover cli)

Hi, We are trying to explore the apollo federation , set up some sample subgraphs & tried to run the local router using rover cli and unable to access the subgraphs (deployed on kubernetes cluster) , getting the “invalid peer certificate: unknown issuer” error. Tried adding the enterprise certs to the trust store , also tried with --insecure-accept-invalid-certs & --insecure-accept-invalid-hostnames arugements while running the rover . Can someone please help

I think you’ll need to configure this for the router in a YAML file and then pass that config to rover like rover dev --router-config=router.yaml

I did try that but unfortunately the issue persists. Getting the below error
ERROR could not create router: could not load certificate authorities: the certificate list is empty . However I could see the file exists & it is valid. Not sure what I’m missing here. Any help is appreciated.

And its not just local router. I deployed the subgraphs & supergraph(router) onto kubernetes cluster , its the same issue there as well. I’m able to access the subgraphs individually though.