FlareCTL fetch domains that are switched to FULL SSL
What steps have you taken to resolve the issue?
Hi,
Sorry I’m not a dev, but a sysadmin. I have 700+ domains in a cloudflare account. Recently it starting for-switching to full Secure SSL while I’m using Flexible on maximum websites. I can’t seem to workout a way to stop this Disable Automatic SSL/TLS Upgrader, so have been manually reverting them to Flexible which is painfully long and hard process.
Can someone help me construct a flarectl CLI query that I can use to:
Fetch which domains are NOT using Flexible SSL (are set to Full)
Yes 700+ domains… however only 300 odd are working, those are small static pages microsites split across 4 different servers.
Would you pls guide me more what you mean by installing a certificate on origin server? Will configuring this single certificate work for all domains hosted on this server? If I add more sites, will they be auto-added?
Sorry, the whole point of this post is to have Cloudflare handle SSL termination without the sysadmin having to use any SSL/https configured on server side. I know how to issue Let’s Encrypt SSL but thats not what I want.
I know its not as safe… however, there is nothing on the sites that can be compromised, just a few static HTML pages. The setup has been working fine for half a decade, just that Cloudflare is enforcing SSL upgrades to FULL and its been a nightmare to revert them back manually one by one.
If I can just revert them back to Flexible programmatically, that’ll save a bunch of time.
That sounds right… Yes I’m familiar and good with bash scripts, if you can send me the exact ‘cloudflare api call’ to achieve this? I guess it’ll be in linear fashion, fetch all IDs of the domains in zone, then parse those IDs for SSL status, so on?
If you already have this scripted, I’ll be thankful for help.
If I go this route, when I add new domains to my cloudflare account, that origin certificate will work with those new domains or do I have to re-issue it and install again on my server ?