Unable to connect to origin

Hey, i just startet using cloudflare teams and wanted to set up a ssh tunnel.
I have configured everything as far as i can tell… maybe you guys have some idea how to make it work.
i set the CNAME up using cli, when accessing the subdomain using a browser i get the cloudflare login, after login it says it “is unable to connect to origin.”
config:

tunnel: **********
credentials-file: /home/ubuntu/.cloudflared/************.json
ingress:
  - hostname: subdomain.domain.de
    service: ssh://localhost:22
  - service: http_status:404

Log when running the tunnel:

cloudflared tunnel -config .cloudflared/config.yaml run docker
2021-12-19T20:47:15Z INF Starting tunnel tunnelID=********
2021-12-19T20:47:15Z INF Version 2021.12.1
2021-12-19T20:47:15Z INF GOOS: linux, GOVersion: devel +a84af465cb Mon Aug 9 10:31:00 2021 -0700, GoArch: arm64
2021-12-19T20:47:15Z INF Settings: map[config:.cloudflared/config.yaml cred-file:/home/ubuntu/.cloudflared/******.json credentials-file:/home/ubuntu/.cloudflared/**********.json]
2021-12-19T20:47:15Z INF cloudflared will not automatically update if installed by a package manager.
2021-12-19T20:47:15Z INF Generated Connector ID: **********
2021-12-19T20:47:15Z INF Initial protocol http2
2021-12-19T20:47:15Z INF Starting metrics server on 127.0.0.1:41589/metrics
2021-12-19T20:47:16Z INF Connection c90d3f0d-c00d-4525-8c2e-a0cfb61d3981 registered connIndex=0 location=AMS
2021-12-19T20:47:16Z INF Connection b17bf8fd-02ac-4c21-96fa-d4c3cca1d0e9 registered connIndex=1 location=HAM
2021-12-19T20:47:17Z INF Connection 70cc8e54-5eb8-4d5d-8c9f-ec4cfbdca948 registered connIndex=2 location=AMS
2021-12-19T20:47:19Z INF Connection bc85af32-e7d0-4418-9d85-57b1486a46b7 registered connIndex=3 location=HAM

running ingress test command:

cloudflared tunnel --config .cloudflared/config.yaml ingress rule docker.michelsell.de
docker.michelsell.de doesn't have a hostname, consider adding a scheme

Hope you guys know what to do!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.