https://discord.cloudflare.com logo
Join Discord
Powered by
# general-discussions
  • d

    Djkáťo

    04/05/2023, 5:18 PM
    tried
  • d

    Djkáťo

    04/05/2023, 5:18 PM
    Doesnt work either for some reason
  • d

    Djkáťo

    04/05/2023, 5:19 PM
    had errors from it everywhere about origin license being for *.dom.tld instead of localhost
  • c

    Chaika

    04/05/2023, 5:19 PM
    Yea, the server_name directive looks at the host header/sni, the same way CF is able to host a ton of websites on the same IPs/ports
  • c

    Chaika

    04/05/2023, 5:19 PM
    You can just override that, no tls verify or change the originName (the name it expects on the cert)
  • d

    Djkáťo

    04/05/2023, 5:19 PM
    Ill try out the server_name you mentioned first
  • c

    Chaika

    04/05/2023, 5:20 PM
    You don't really need https if it's the same machine either with CF Tunnels, as it's Client -> Cloudflare Edge -> Tunnel -> cloudflared -> local configured service If the cloudflared daemon/service is on the same machine/local network as the web server service, there's no point in https
  • c

    Chaika

    04/05/2023, 5:20 PM
    but yea, there's a lot of ways to skin a cat, CF Tunnels, nginx w/ different ports & origin rules, or server_name directives all work
  • d

    Djkáťo

    04/05/2023, 5:21 PM
    Passbolt requires it I think
  • d

    dave

    04/05/2023, 6:39 PM
    Why does visiting
    https://www.ai.moda/android-chrome-512x512.png
    work, but my `site.webmanifest`fails to load the exact same URL?
  • c

    chientrm

    04/05/2023, 6:45 PM
    it requires a service worker for that image to be loaded iirc 😐
  • c

    chientrm

    04/05/2023, 6:45 PM
    even though you don't need a service worker
  • d

    dave

    04/05/2023, 6:46 PM
    it works on localhost without a service worker
  • d

    dave

    04/05/2023, 6:51 PM
    I'm thinking it's some CORP issue
  • d

    dave

    04/05/2023, 6:52 PM
    https://bugs.chromium.org/p/chromium/issues/detail?id=949481&q=Cross-Origin-Resource-Policy&can=2
  • c

    chientrm

    04/05/2023, 6:53 PM
    very likely.
  • c

    chientrm

    04/05/2023, 6:53 PM
    could uninstall
    localhost
    😐
  • d

    dave

    04/05/2023, 6:53 PM
    wat
  • d

    dave

    04/05/2023, 7:00 PM
    oh I think this is just an issue with devtools, not an actual issue
  • p

    peter_nft

    04/05/2023, 7:24 PM
    hey, our cloudflare issued ssl expired with nameservers unchanged, how can I resolve this asap?
  • r

    Ryder Cragie

    04/05/2023, 7:29 PM
    Just linked a third party service to my domain and it has deployed a certificate that’s trusted by all browsers (unproxied DNS), yet if I enable SSL full strict and proxy it, Cloudflare says it’s an invalid SSL. Help.
  • c

    Chaika

    04/05/2023, 7:39 PM
    Are you sure it's Cloudflare's, or is it your origin web servers? If you get the green lock but a Cloudflare-branded "Invalid SSL Certificate.." page, it's your origins (the web server behind Cloudflare) Could you share the domain? I would also check under SSL -> Edge Certs to see if it's been renewed/ timed out, etc Magic Link: https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates
  • c

    Chaika

    04/05/2023, 7:40 PM
    That's interesting... a good debugging step would probably be to switch it to Full instead of Full (Strict), Full accepts any certificate at all (expired, self-signed, etc), it's not secure but would give a bit more insight on the issue. What's the name of the third party service?
  • r

    Ryder Cragie

    04/05/2023, 7:44 PM
    MyWebForum.com
  • r

    Ryder Cragie

    04/05/2023, 7:44 PM
    I’ve just changed it to Full for that subdomain and now it works.
  • r

    Ryder Cragie

    04/05/2023, 7:46 PM
    But it was definitely trusted before it was proxied.
  • r

    Ryder Cragie

    04/05/2023, 7:47 PM
    I wonder if Cloudflare only accepts ones from certain providers if set to Full Strict.
  • c

    Chaika

    04/05/2023, 7:49 PM
    If it's accepted by your browser, as long as it's serving the same one to Cloudflare, it should also be accepted Full over Full Strict requires: The cert to be unexpired Issued by a publicly trusted CA (looks like you can find the ones they trust here: https://github.com/cloudflare/cfssl_trust) or a Cloudflare Origin Cert And the common name or San must match the requested or target hostname
  • d

    dave

    04/05/2023, 8:53 PM
    what the heck
  • d

    dave

    04/05/2023, 8:53 PM
    there's a bug with transfering a domain
1...394939503951...4267Latest