Cert-Manager SSL Problem #160
Replies: 3 comments 2 replies
-
Troubleshooting Issuing ACME Certificates
Also when i run kubectl edit svc nginx-ingress-ingress-nginx-controller |
Beta Was this translation helpful? Give feedback.
-
Hi Thomas, as you can see the application't have been properly connected to the ingress connector and when trying to access graylog.lethe.ics.forth.gr for example it responds with 404 error. The issues lies somewhere in Ingress controller and the load balancer and not with the cert-manager because first you need to be able to access the applications via HTTP and then cert-manager will be able to generate certificate for that domain. I suggest you check the logs for nginx-ingress and look for load balancer docs on Kubernetes or MetalLB. If you're using K3S, @blootsvoets or @afolarin might know more information about load balancer since they have worked with that most recently. |
Beta Was this translation helpful? Give feedback.
-
With the help of @iDmple i started k3s without traefik and nginx-ingress controller is now correctly set up. My cert-manager produce the ssl certificate for main-domain, also for the grafana.domain and graylog.domain. I still have issues for s3 and dashboards subdomains. The cert-manager logs now :
|
Beta Was this translation helpful? Give feedback.
-
Hello my cert-manager can't produce the ssl certificates.
I have access to Management Portal and all the subdomains (grafana etc.) but I have to call the URL with the custom port else i get 404 error.
The logs from cert-manager
I think that cert-manager is not looking at the custom port where ingress-controller is listening so he gets a 404.
Any ideas ? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions