I have purchased ngrok pro plan to use whitelabeled domains through cloudflare. But having trouble configuring end to end SSL encryption.
- React app is running on localhost (http://localhost:3000).
- created a domain (app.example.com) in ngrok.
- added CNAME record for xxx.ngrok.io url in cloudflare for app.example.com.
- SSL is enabled in cloudflare
- https://app.example.com gives HTTP 520 error on cloudflare
cloudflare has universal certificate on *.example.com domain.
Is there anyway i can have https://app.example.com resolves to https://localhost:3000 through ngrok?