I have shared access to account on cloudflare , when i try to apply for ssl it says
"Configuration file not exist" > reply from backend, i check code and
you need to change this freaking thing panelSite.py line 2804
filename = self.setupPath + '/panel/vhost/nginx/' + siteName + '.conf'
mconf = public.readFile(filename)
if mconf == False: return public.return_msg_gettext(False, public.lang("Configuration file not exist"))
if i have multidomain setup, where i attach other domains to a given domain and i try to apply for SSL is gonna always fail, because obviously it wont be any config isn't it ? why you made it look for the damn nginx file when you can have multidomain setup on a given website and point to the same path, obviously it will only have one nginx file with multiple hosts isn't it ?
You guys have broken the whole idea of multidomain and apply for ssl like previously. what worked is now not working:
server
{
listen 80;
server_name curselectroliza.ro curselectroepilare.ro cursurielectroliza.ro cursurielectroepilare.ro www.cursurielectroepilare.ro www.cursurielectroliza.ro www.curselectroliza.ro www.curselectroepilare.ro;
................
}
cannot set the ssl anymore, i have to additional add each one as website on the website list

And what is this even ? "Not connected to the Domain Management Center"
These domains are under my account on cloudflare via shared access .
COMPLETE BS.