I have an external facing RDWeb website that I just set Cloudflare for Teams in front of. There was a ‘A’ record in DNS and it was deleted to put a CNAME to the same site (A record was rdweb and now CNAME is rdweb). I have the Cloudflare Tunnel working and when you go to rdweb.example.com it takes you to Cloudflare access which authenticates with Azure. After authentication it takes you to rdweb.example.com that has RemoteApps. When trying to access any of these it won’t take the domain credentials, when I revert the CNAME back to the ‘A’ record and point it to the IP address previously I can login to the website and any Apps/Desktop. I’m unsure if I need to purchase a SSL cert for the CNAME that is created? Any help would be appreciated.
Config.yml looks like:
tunnel: TunnelID
credentials-file: C:\Users\USERNAME.cloudflared\TUNNELID.json
ingress:
- hostname: rdweb.example.com
service: https://rdweb.example.com:443
originRequest:
noTLSVerify: true - service: http_status:404
Catch-all rule, which responds with 404 if traffic doesn’t match any of
the earlier rules