Use CloudFlare to add SSL to Azure Service Fabric Application
- add CNAME(app) to DNS use service fabric DNS name as an alias
- Enable SSL to flexible
- Turn on always use HTTPS
- Turn on Automatic HTTPS Rewrite
- Add NSG to service fabric cluster
- Add inbound rules to only allow traffic from Cloudflare
Credit goes https://kvaes.wordpress.com/2016/11/09/azure-a-poor-mans-ssl-termination-by-leveraging-cloudflare/