Hello all, on a Debian 11 running ISPConfig 3.2.8p1 I'm having strange error when I add new websites, the page don't load w/out SSL and when I enable SSL with Let's Encrypt I got this message on the page: The provided host name is not valid for this server. Anyone could give an hint? Nothing in logs, both /var/log/apache2/error.log and /var/www/clients/client*/web*/log/error.log [EDIT]Error now is change, now I got some type of "cookie error", if I clean my browser's cookie error still there[/EDIT]
Do sites work that already existed? Does this affect every new site you add? Some more information about your setup and configuration would help. Maybe a screenshot of the exact error and config of the website too.
Hello pyte and thanks for your reply! ATM I have only one website that work (the first I had add at the begin), I have then add yesterday 3 new website and none of them works, configuration are the same for those 3, the only thing that change from the website working to those is PHP version, but I've check also with the same and they don't work. Here a screenshot of the config: The error I can see is just the text I have wrote: The provided host name is not valid for this server. You can check it pointing to mobilimartinelli(dot)it
I get the error ERR_TOO_MANY_REDIRECTS on that site and not the one you mentioned. Too many redirect error might e.g. occur when you have copied a cms like Wordpress into the site which still has wrong or other domain in its database, it can also happen with wrong .htaccess file contents or it can happen if the site has no SSL (e.g. because you did not get a le cert) but you choose to redirect http to https.
As till suggested, there are many thing that could be wrong here. Can you please create an empty new website and check if the standard "index.html" is working corretly, with SSL and without to confirm the presumption of till?
@till you save my day! .htaccess have RewriteRule set, removing .htaccess and let Drupal recreate it done the job! Solved, thanks again!