Hilfe bei der Installation: Oops! An Error Occurred The server returned a "500 Internal Server Error"

Hallo Leute!

Ich hab ein Problem bei der Installation von Shopware. Zuerst habe ich XAMPP installiert und einen Server über „Apache“ gestartet. Dann habe ich die Installationsdatei in einen selbsterstellten Ordner (shopware) gepackt und mit der Installation losgelegt. Erste Hürde waren die Systemvoraussetzungen, vorallem „Sodium“. Nachdem ich das jetzt aber endlich hinbekommen hab bricht das ganze einfach ab, nachdem ich auf „Weiter“ drücken möchte.

Dann kommt folgendes:
image

Wenn ich dann den error.log von apache auslese, bekomme ich folgende Meldungen:

PHP Warning: Module „openssl“ is already loaded in Unknown on line 0
[Sat Aug 12 14:06:12.845841 2023] [mpm_winnt:notice] [pid 5112:tid 368] AH00455: Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 configured – resuming normal operations
[Sat Aug 12 14:06:12.845841 2023] [mpm_winnt:notice] [pid 5112:tid 368] AH00456: Apache Lounge VS16 Server built: Mar 7 2023 13:21:03
[Sat Aug 12 14:06:12.845841 2023] [core:notice] [pid 5112:tid 368] AH00094: Command line: ‚c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache‘
[Sat Aug 12 14:06:12.851845 2023] [mpm_winnt:notice] [pid 5112:tid 368] AH00418: Parent: Created child process 10528
[Sat Aug 12 14:06:13.120935 2023] [ssl:warn] [pid 10528:tid 344] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 12 14:06:13.148951 2023] [ssl:warn] [pid 10528:tid 344] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP Warning: Module „openssl“ is already loaded in Unknown on line 0
[Sat Aug 12 14:06:13.184948 2023] [mpm_winnt:notice] [pid 10528:tid 344] AH00354: Child: Starting 150 worker threads.
[Sat Aug 12 14:06:22.786882 2023] [authz_core:error] [pid 10528:tid 1964] [client ::1:51855] AH01630: client denied by server configuration: C:/xampp/htdocs/Shopware/bin/
[Sat Aug 12 14:06:22.786882 2023] [authz_core:error] [pid 10528:tid 1964] [client ::1:51855] AH01630: client denied by server configuration: C:/xampp/htdocs/Shopware/custom/
[Sat Aug 12 14:06:22.787883 2023] [authz_core:error] [pid 10528:tid 1964] [client ::1:51855] AH01630: client denied by server configuration: C:/xampp/htdocs/Shopware/files/
[Sat Aug 12 14:06:22.787883 2023] [authz_core:error] [pid 10528:tid 1964] [client ::1:51855] AH01630: client denied by server configuration: C:/xampp/htdocs/Shopware/var/
[Sat Aug 12 14:12:27.506030 2023] [php:notice] [pid 10528:tid 1964] [client ::1:51871] [critical] Uncaught PHP Exception Shopware\Core\Maintenance\System\Exception\JwtCertificateGenerationException: „Failed to generate key“ at C:\xampp\htdocs\Shopware\vendor\shopware\core\Maintenance\System\Service\JwtCertificateGenerator.php line 25, referer: http://localhost/shopware/public/installer/requirements

Also scheint das Problem bei „JwtCertificateGenerationException“ zu liegen, oder? Aber ich muss gestehen, dass ich keine Ahnung hab, wie ich das behebe. Ich bin für jede Antwort dankbar, damit ich das behoben bekomm. Falls ich wichtige Infos vergessen hab, gerne nachhaken - dann ergänze ich es noch.

OpenSSL wird vermutlich mehrfach geladen, funktioniert dennoch nicht vernünftig. Dadurch kann kein JWT erstellt werden. Dein SSL Zertifikat scheint auch nicht korrekt zu funktionieren.

Shopware scheint hier nicht das Problem zu sein, sondern die Server Konfiguration.