Upgrading and hub registering give error 503

Upgrading and hub registering give error 503

by Pietro Verro -
Number of replies: 0

Hello everyone. Yesterday I decide to upgrade my server and my Moodle installation but I'm having some trouble upgrading or installing new plugin.

Server is a VPS hosted on OVH, with Debian 8 and Plesk installed, since last year. Moodle version was 3.8. 

So, yesterday as first thing I upgraded the OS to Debian 9, then upgraded Plesk with latest version (18.0.33) and MariaDB to a supported version, and finally Moodle to version 3.10. I also had to change the domain of the site, to reflect the new company name. Doing this Plesk changed also the internal folder where all file reside but I simply updated the url on the config.php file and everything seems to working smoothly. But I had some trouble trying to upgrade the plugin, or install new one or re-register the site on the hub, because every time I do one of this operation i get an HTTP 503 error. Reading other topic in this forum, I tried doing a curl from the shell of the server, which, as expected, returned the same error:

curl -I https://moodle.org/plugins/

HTTP/2 503 

date: Sun, 31 Jan 2021 09:58:34 GMT

content-type: text/html; charset=UTF-8

x-frame-options: SAMEORIGIN

set-cookie: __cfduid=dae3a792b7db4ff4dc2647de945c482571612087114; expires=Tue, 02-Mar-21 09:58:34 GMT; path=/; domain=.moodle.org; HttpOnly; SameSite=Lax

cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

expires: Thu, 01 Jan 1970 00:00:01 GMT

cf-request-id: 07f97a50fd0000cddfc1096000000001

expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"

server: cloudflare

cf-ray: 61a2932e5afecddf-CDG


Doing the same command on my machine, return instead code HTTP/200. 


I'm start to thinking that my server could be banned from CloudFare? It is possible? What can I do?


Thank you every one. 

Average of ratings: -