I am trying to publish a website to Cloudflare edge using Wrangler and Cloudflare’s workers. I am still in the testing phase. I’ve already created a worker. But the subdomain is not working for me. It fails with an SSL error -
http://summer-disk-a2cc.sadi5915.workers.dev/
This site can’t provide a secure connectionsummer-disk-a2cc.sadi5915.workers.dev uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I guess the certificates should have already been generated.
Also wrangler dev
is failing due to the unavailability of the remote worker.
Any recommendations would be very much appreciated!