Hi,
When I started using cloudflared I installed it from this guide: https://github.com/aeleos/cloudflared
My cloudflared tunnel has been working for more then a year now, and last night I got some docker container updates. And when I checked the CF logs I found this:
2023-04-10T11:51:32Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: remote error: tls: unrecognized name" connIndex=3 dest=xxxx type=http
So I read alittle on the net, and Google toke me to: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/local/local-management/ingress/#notlsverify
And I tried to add:
- hostname: Domainname
service: http://npm:8181
And it did work. But in the log I get:
ERR Request failed error="context canceled" connIndex=2 dest=https://
Do I need to use the “Zero Trust” from the CF website, or does the way I installed it still work?