Hi, I am new to traefik, and kubernetes. So I am not sure how to troubleshoot why whoami service don't respond to : "curl -I http://domainname.com" and "curl https://domainname.com"
The service is running, and everything looks fine in the Traefik dashboard.
The HTTP route looks fine,
For the HTTPS route it shows it got TLS, and redirects as it should - from HTTP to HTTPS.
I get this response in the terminal:
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.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 hope someone can push me in the right direction. Or even better have a solution.