Skip to content

Instantly share code, notes, and snippets.

@moyarich
Last active February 11, 2020 17:09
Show Gist options
  • Save moyarich/ebce8a3df2a2e7aacbb3e544a37a2c51 to your computer and use it in GitHub Desktop.
Save moyarich/ebce8a3df2a2e7aacbb3e544a37a2c51 to your computer and use it in GitHub Desktop.
LINK to same issue: https://github.com/curl/curl/issues/4624 | Windows server 2019 - 64bit - Errors with curl 7.67.0 bundled with PHP version 7.4 - The error is found also in this version of xampp : https://www.apachefriends.org/xampp-files/7.4.2/xampp-windows-x64-7.4.2-0-VC15-installer.exe and on the site https://windows.php.net/download/
Curl version:
Array
(
[version_number] => 475904
[age] => 5
[features] => 2953117
[ssl_version_number] => 0
[version] => 7.67.0
[host] => x86_64-pc-win32
[ssl_version] => OpenSSL/1.1.1c
[libz_version] => 1.2.11
[protocols] => Array
(
[0] => dict
[1] => file
[2] => ftp
[3] => ftps
[4] => gopher
[5] => http
[6] => https
[7] => imap
[8] => imaps
[9] => ldap
[10] => ldaps
[11] => pop3
[12] => pop3s
[13] => rtsp
[14] => scp
[15] => sftp
[16] => smb
[17] => smbs
[18] => smtp
[19] => smtps
[20] => telnet
[21] => tftp
)
[ares] =>
[ares_num] => 0
[libidn] =>
[iconv_ver_num] => 0
[libssh_version] => libssh2/1.8.2
[brotli_ver_num] => 0
[brotli_version] =>
)
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
Your TSL version is: TLS 1.3
Verbose information:
* Trying 208.80.177.64:15000...
* Connected to payments.vadivprelive.com (208.80.177.64) port 15000 (#0)
* successfully set certificate verify locations:
* CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt
CApath: none
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* Server certificate:
* subject: C=US; ST=Ohio; L=Symmes TWP; O=Worldpay, Inc; CN=payments.vadivprelive.com
* start date: Mar 1 22:39:49 2019 GMT
* expire date: Mar 1 23:09:49 2021 GMT
* subjectAltName: host "payments.vadivprelive.com" matched cert's "payments.vadivprelive.com"
* issuer: C=US; O=Entrust, Inc.; OU=See www.entrust.net/legal-terms; OU=(c) 2012 Entrust, Inc. - for authorized use only; CN=Entrust Certification Authority - L1K
* SSL certificate verify ok.
> POST / HTTP/1.1
Host: payments.vadivprelive.com:15000
Accept: */*
Content-type: text/xml
Content-length: 601
* upload completely sent off: 601 out of 601 bytes
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
* no chunk, no close, no size. Assume close to signal end
<
* OpenSSL SSL_read: No error
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment