SSL handshake failed with Traefik and Cloudshare

truenassnoob

Cadet
Joined
May 8, 2022
Messages
5
I followed this TrueCharts guide exactly, but I am getting an SSL handshake failed error whenever I try to connect to mysubdomain.mydomain.com. I'm not sure what I'm doing wrong. I'm also not sure where to even begin debugging. I tried deleting and remaking the certificate, but it doesn't help. What could cause this?

EDIT:
While looking at the Traefik Logs I see:
2023-01-01 23:01:55.282551+00:00time="2023-01-01T17:01:55-06:00" level=error msg="Error while updating ingress status: missing service: ix-traefik/traefik-tcp" namespace=ix-thelounge providerName=kubernetes ingress=thelounge
2023-01-01 23:01:55.284572+00:00time="2023-01-01T17:01:55-06:00" level=error msg="Error while updating ingress status: missing service: ix-traefik/traefik-tcp" ingress=thelounge namespace=ix-thelounge providerName=kubernetes

I'm trying to expose the app TheLounge with the subdomain name "thelounge". Is this the issue?
 
Last edited:
Top