TYPO3 Exception: #1380897593: Fetching https://get.typo3.org/v1/api/major/9 failed

We got this error by trying to Update typo3 or update the extension repository:

Thu, 07 Oct 2021 11:22:25 +0200 [CRITICAL] request=“b0ea14464f3c7” component=“TYPO3.CMS.Core.Error.ProductionExceptionHandler”: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1380897593: Fetching https://get.typo3.org/v1/api/major/9 failed. Maybe this instance can not connect to the remote system properly. | TYPO3\CMS\Install\Service\Exception\RemoteFetchException thrown in file /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Service/CoreVersionService.php in line 328. Requested URL: https://www.digitale-fotografien.com/typo3/install.php?install[controller]=upgrade&install[context]=backend&install[action]=coreUpdateIsUpdateAvailable&_=1633598409996 - {“TYPO3_MODE”:“BE”,“exception”:“TYPO3\CMS\Install\Service\Exception\RemoteFetchException: Fetching https://get.typo3.org/v1/api/major/9 failed. Maybe this instance can not connect to the remote system properly. in /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Service/CoreVersionService.php:328\nStack trace:\n#0 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Service/CoreVersionService.php(222): TYPO3\CMS\Install\Service\CoreVersionService->throwFetchException(‘https://get.typ…’)\n#1 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Service/CoreVersionService.php(87): TYPO3\CMS\Install\Service\CoreVersionService->fetchFromRemote(‘https://get.typ…’)\n#2 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Controller/UpgradeController.php(287): TYPO3\CMS\Install\Service\CoreVersionService->getMaintenanceWindow()\n#3 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Http/RequestHandler.php(221): TYPO3\CMS\Install\Controller\UpgradeController->coreUpdateIsUpdateAvailableAction(Object(TYPO3\CMS\Core\Http\ServerRequest))\n#4 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/install/Classes/Http/Application.php(65): TYPO3\CMS\Install\Http\RequestHandler->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))\n#5 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/sysext/core/Classes/Http/AbstractApplication.php(120): TYPO3\CMS\Install\Http\Application->handle(Object(TYPO3\CMS\Core\Http\ServerRequest))\n#6 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/install.php(104): TYPO3\CMS\Core\Http\AbstractApplication->run()\n#7 /var/customers/webs/klimek/typo3_src-9.5.29/typo3/install.php(105): {closure}()\n#8 {main}”}

Hi Paul,

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1380897593: Fetching https://get.typo3.org/v1/api/major/9 failed. Maybe this instance can not connect to the remote system properly.

I assume that you are affected by Let’s Encrypt’s DST Root CA X3 certificate expiration (details), most probably due to an outdated openssl version on your webserver.

To drill down this issue, please check

curl --verbose --output /dev/null https://get.typo3.org/
  • openssl version
openssl version
  • openssl connection
openssl s_client -connect get.typo3.org:443

and let us know it’s output.

Yes. This was the problem. Thx for your help!

1 Like