Certificate error I want to debug

I have Traefik running installed with the latest version of microk8s. After the installation I got the next error/warning:

W0808 16:11:50.754726 1 reflector.go:441] k8s.io/client-go@v0.22.1/tools/cache/reflector.go:167: watch of *v1alpha1.IngressRoute ended with: an error on the server ("unable to decode an event from the watch stream: http2: client connection lost") has prevented the request from succeeding

E0808 16:11:58.015147 1 reflector.go:138] k8s.io/client-go@v0.22.1/tools/cache/reflector.go:167: Failed to watch *v1alpha1.IngressRouteUDP: failed to list *v1alpha1.IngressRouteUDP: Get "https://192.201.0.1:443/apis/traefik.containo.us/v1alpha1/ingressrouteudps?resourceVersion=32470": x509: certificate is valid for 127.0.0.1, 10.152.183.1, 10.234.70.214, not 192.201.0.1
W0808 16:11:58.330896 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0808 16:11:58.332711 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice

What I need to do do clear these problems?

Thanks