From d480e90dd213cd2486a7f1960698ba51c748da82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Schr=C3=B6tter?= Date: Sun, 18 Jun 2023 17:37:14 +0200 Subject: [PATCH] SoapClient: Remove deprecated and useless ssl_method --- scripts/acme-dns-nc | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/acme-dns-nc b/scripts/acme-dns-nc index b10c5ce..bfe21ec 100755 --- a/scripts/acme-dns-nc +++ b/scripts/acme-dns-nc @@ -253,7 +253,6 @@ class NCCCP extends SoapClient parent::__construct('https://ccp.netcup.net/run/webservice/servers/endpoint.php?WSDL', [ 'cache_wsdl' => WSDL_CACHE_DISK, // <-- PHP Bug #72937 - 'ssl_method' => SOAP_SSL_METHOD_TLS, 'compression' => true, 'keep_alive' => true, 'exceptions' => true,