Can cloudflare domain workers have free SSL ?
Ive made a worker with following index.js
but I couldn't fetch it from a serverless front end html like
when i tried
https://checkforcloudflare.selesti.com/?q=https://hyperbeam.nithinsteven32.workers.dev/
I learned ssl was not setup on the url
maybe that's the issue ?
Any help appreciated 😊
Check for Cloudflare
Check for Cloudflare® - by Selesti Ltd
Quickly and easily check to see if your or any other domain is using Cloudflare!
1 Reply
Workers have ssl built in yea, that tester is just outdated and assuming that Cloudflare uses a specific certificate chain that they no longer use. You can open it in your browser and see it has SSL. Most likely you're getting a CORS error or something along the lines, from your page with that html open up console (ctrl+shift+i -> click console), click the button and look for errors