Hi,
I am transitioning our site to use Cloudflare SSL instead of Let’s Encrypt. Currently, there are lot of communications between our servers that uses HTTP/HTTPS and WSS protocol. Due to high volume of requests (GET/POST mostly) I am worried that my main server IP might get blocked as DDoS or something.
I’ll explain one scenario with hundreds of thousands of requests a day.
I have a Nchan Publisher/Subscriber (Nchan server YY: //nchan.example.com) setup to update users about a process done on a backend server (Backend server XX: https://worker.example.com). When a user connects to the website, a websocket is opened at wss://YY to which the user subscribe and XX pushes notifications. This process done for all the users who visit my website. If i calculate 6000 user/day with 500 messages/user, I get around 300k events send through the single Cloudflare SSL protected subdomain (YY). Will this lead to Cloudflare blocking my backend server? Is there a way to whitelist my Server IPs.