Hi guys , I have a application hosted in a namesp...
# rke2
s
Hi guys , I have a application hosted in a namespace "app1" trying to access a service at https://example.com . but getting the below ssl error
Copy code
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: <https://curl.se/docs/sslcerts.html>

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
I dont have a certificate in the pod or as a secret / configmap . My team wants to see if there is any feasibility if the cert can be added on the cluster level that any object in the cluster can trust or access that service.
c
no