- 🇮🇹Italy LeoLopre
Configuring 'background_process_service_hosts' in the settings.php solved this problem:
$conf['background_process_service_hosts'] = array( 'default' => array( 'base_url' => 'https://example.mysite.it', 'http_host' => 'example.mysite.it', ), );the problem was also caused by the wrong port he was listening to SSL on