Shopware 6.4.9.0 - Slim Application Error

Hallo, ich habe eine neue SW Instanzi instaliert.

Wie geht man mit so einem Fehler um, dieser erscheint im Browserfenster?
Per https:// habe ich konfiguriert.
Ein ssl Zertifikat habe ich nicht.

Slim Application Error
The application could not run because of the following error:

Details
Type: Shopware\Recovery\Common\HttpClient\ClientException
Code: 60
Message: SSL certificate problem: self signed certificate
File: /var/www/html/vendor/shopware/recovery/Common/src/HttpClient/CurlClient.php
Line: 97
Trace
#0 /var/www/html/vendor/shopware/recovery/Common/src/HttpClient/CurlClient.php(35): Shopware\Recovery\Common\HttpClient\CurlClient->call()
#1 /var/www/html/vendor/shopware/recovery/Install/src/app.php(534): Shopware\Recovery\Common\HttpClient\CurlClient->post()
#2 [internal function]: Closure->{closure}()
#3 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(40): call_user_func()
#4 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/Route.php(281): Slim\Handlers\Strategies\RequestResponse->__invoke()
#5 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(117): Slim\Route->__invoke()
#6 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/Route.php(268): Slim\Route->callMiddlewareStack()
#7 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/App.php(503): Slim\Route->run()
#8 /var/www/html/vendor/shopware/recovery/Install/src/app.php(176): Slim\App->__invoke()
#9 [internal function]: Closure->{closure}()
#10 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/DeferredCallable.php(57): call_user_func_array()
#11 [internal function]: Slim\DeferredCallable->__invoke()
#12 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(70): call_user_func()
#13 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(117): Slim\App->Slim\{closure}()
#14 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/App.php(392): Slim\App->callMiddlewareStack()
#15 /var/www/html/vendor/shopware/recovery/Common/vendor/slim/slim/Slim/App.php(297): Slim\App->process()
#16 /var/www/html/vendor/shopware/recovery/Install/index.php(74): Slim\App->run()
#17 /var/www/html/public/recovery/install/index.php(6): require_once('...')
#18 {main}

MfG
sven-sw

Shopware akzeptiert dein selbst ausgestelltes SSL-Zertifikat nicht.

SSL certificate problem: self signed certificate

Ein Zertifikat habe ich bisher nicht erstellt,

Nur eine IP-Adresse habe ich, da sind Zertifikate nicht möglich.

Wenn du kein SSL-Zertifikat hast, dann kannst du auch kein https-Protokoll nutzen.

1 „Gefällt mir“

Danke, für die Info.