cloudflared "Argo Tunnel error" Error 1033
Hi,
I installed argo tunnel in my linux.
when I do systemctl status cloudflared.service
my config.yaml looks like this [CODE=apacheconf]tunnel: tunnelid credentials-file: /root/.cloudflared/tunnelid.json origincert: /root/.cloudflared/cert.pem protocol: http2 originRequest: connectTimeout: 30s warp-routing: enabled: true metrics: localhost:5432 pidfile: /var/run/cmm-test-argo.pid autoupdate-freq: 24h loglevel: info logfile: /var/log/cloudflared.log ingress: - hostname: domain.com service: host.domain.com:443 originRequest: connectTimeout: 10s originServerName: domain.com noTLSVerify: true
I tried in the ingress the following without success : 0.0.0.0:443 localhost:443 nothing works is someone have a better clue on how to fix it ?
Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:8080: connect: connection refusedmy config.yaml looks like this [CODE=apacheconf]tunnel: tunnelid credentials-file: /root/.cloudflared/tunnelid.json origincert: /root/.cloudflared/cert.pem protocol: http2 originRequest: connectTimeout: 30s warp-routing: enabled: true metrics: localhost:5432 pidfile: /var/run/cmm-test-argo.pid autoupdate-freq: 24h loglevel: info logfile: /var/log/cloudflared.log ingress: - hostname: domain.com service: host.domain.com:443 originRequest: connectTimeout: 10s originServerName: domain.com noTLSVerify: true
I tried in the ingress the following without success : 0.0.0.0:443 localhost:443 nothing works is someone have a better clue on how to fix it ?
Please sign in to leave a comment.
Comments
0 comments