I'm following https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/start/getting-started/ to add custom hostname.
The custom hostname work as the images shows. Which means fallback origin also works in prior to this.
And I have added a CNAME of www.pagebrew.co to pagebrew.wolio.co
This is what I get
curl -ii https://www.pagebrew.co/
HTTP/1.1 200 Connection established
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
Is this normal? How can I resolve this?