TLS Handschake Problem

Hallo Shopware Community,

seit ein paar Tagen bekomme ich im Backend einen TLS Fehler. Die Abfrage geht an https://api.shopware.com/ping.

[2020-11-01 17:30:40] core.CRITICAL: cURL error 35: gnutls_handshake() failed: A TLS fatal alert has been received. {„uid“:„86fd218“}

Ich kann daher keine Plugins einrichten. Wenn ich direkt von der Konsole einen Ping sende gibt es keine Probleme. Laut Provider sind die Zertifikate noch alle gültig. 

Hat jemand eine Idee? Ich zeige auch mal die Header und cURL Konfiguration die der Shop an Shopware sendet.

Header:

Array
(
    [scheme] => https
    [http_method] => GET
    [url] => https://api.shopware.com/ping
    [uri] => /ping
    [headers] => Array
        (
            [Host] => Array
                (
                    [0] => api.shopware.com
                )

            [User-Agent] => Array
                (
                    [0] => Guzzle/5.3.1 curl/7.26.0 PHP/7.2.13
                )

        )

    [body] => 
    [version] => 1.1
    [client] => Array
        (
            [redirect] => Array
                (
                    [max] => 5
                    [strict] => 
                    [referer] => 
                    [protocols] => Array
                        (
                            [0] => http
                            [1] => https
                        )

                )

            [timeout] => 7
            [connect_timeout] => 5
        )

    [query_string] => 
    [future] => 
)

 

cUrl Konfiguration:

Array
(
    [url] => https://api.shopware.com/ping
    [content_type] => 
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.026948
    [namelookup_time] => 0.016211
    [connect_time] => 0.026954
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => -1
    [starttransfer_time] => 0
    [redirect_time] => 0
    [redirect_url] => 
    [primary_ip] => 188.166.1.50
    [certinfo] => Array
        (
        )

    [primary_port] => 443
    [local_ip] => 81.209.130.185
    [local_port] => 22146
)

 

Vielen Dank