Package: libnusoap-php
Version: 0.7.3-4
Severity: important
As per the subject of this bug:
--- nusoap-0.7.3.orig/lib/nusoap.php
+++ nusoap-0.7.3/lib/nusoap.php
@@ -2449,7 +2449,7 @@ class soap_transport_http extends nusoap
if (isset($this->certRequest['verifyhost'])) {
$this->setCurlOption(CURLOPT_SSL_VERIFYHOST, $this->certRequest['verifyhost']);
} else {
-
$this->setCurlOption(CURLOPT_SSL_VERIFYHOST, 1);
+
$this->setCurlOption(CURLOPT_SSL_VERIFYHOST, 2);
}
if (isset($this->certRequest['sslcertfile'])) {
$this->setCurlOption(CURLOPT_SSLCERT,
$this->certRequest['sslcertfile']);
I'm preparing an upload to fix this.
Cheers,
Thomas Goirand (zigo)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]