Good Morning Davide,
have followed up so far. All of my sites except one are running ok.
On that peculiar site I'm getting http 403 when trying to run the remote crons which ran without probs prior to the upgrade. Manually is working without probs.
I already checked kinks from htaccess and stripped it back to wp-only but to no avail. Hoster ist IONOS
Do you have any idea on this?
The cron is this: wget --max-redirect=10000 "https://www.<domain>.de/wp-content/plugins/akeebabackupwp/app/remote.php?view=remote&key=<secretkey>&profile=4" -O - 1>/dev/null 2>/dev/null
´
And I get this in powershell when running it from there:
wget -maximumredirection 10000 "https://www.<domain>.de/wp-content/plugins/akeebabackupwp/app/remote.php?view=remote&key=<secretkey>&profile=4"
StatusCode : 200
StatusDescription : OK
Content : 403 Operation not permitted
RawContent : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=15
Content-Type: text/plain;charset=UTF-8
Date: Mon, 27 Nov 2023 09:03:42 GMT
Server: Apache
403 Operatio...
Forms : {}
Headers : {[Transfer-Encoding, chunked], [Connection, keep-alive], [Keep-Alive, timeout=15], [Content-Type,
text/plain;charset=UTF-8]...}
Images : {}
InputFields : {}
Links : {}
ParsedHtml : mshtml.HTMLDocumentClass
RawContentLength : 27