SSL routines:ssl_choose_client_version:unsupported protocol
Verfasst: 18.07.2019 19:25:41
Hallo,
habe Probleme mit dem XML-Interface von Schlund:
ergibt
Wo liegt mein Fehler? Verwende "curl 7.64.0" aus Debian 10 (buster).
Viele Grüße
Manu
habe Probleme mit dem XML-Interface von Schlund:
Code: Alles auswählen
curl https://gateway.schlundtech.de:443 -v
Code: Alles auswählen
* Connected to gateway.schlundtech.de (62.116.129.178) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (OUT), TLS alert, protocol version (582):
* error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
* Closing connection 0
curl: (35) error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
Viele Grüße
Manu