Hi. sorry if this repeating post, couldn’t find an answer in existing ones.
i was able to create a fully “functioning” docker to facilitate my Cloudflare tunnel.
i followed several guides and was finally able to get the tunnel up.
when i try to browse to resource i configured in my config.yml file i get an error 502 page.
in the docker log i see an error:
2022-05-03T07:52:52Z ERR Failed to handle QUIC stream error=“Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: x509: certificate is valid for 127.0.0.1, fe80::1, not 192.168.1.1” connIndex=2
my config file is as follows:
(changed the tunnel id and stuff for obvious reasons)
tunnel: 6b8cf9ca-XXXXX-XXXX-XXXXX
credentials-file: /home/nonroot/.cloudflared/6b8cf9ca-XXX-XXXX-XXXX1.json
ingress:
- hostname: notimportant.wastelandsystems.com
service: https://192.168.1.1
noTLSVerify: true - service: http_status:404
what am i missing?