ID:               39283
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cboden at gmail dot com
-Status:           Assigned
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: Linux
 PHP Version:      5.2.0RC5
 Assigned To:      wez
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.3-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.3-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2007-12-03 22:25:48] glamm at a-s-i dot com

Reproduced with PHP v5.2.5.  The specific problem lies in the SSL
handling.  This URL:

https://webservices.listrak.com/v31/IntegrationService.asmx?WSDL

fails, but when using an internal Apache reverse-proxy to "convert"
from SSL to cleartext the load works just fine.

------------------------------------------------------------------------

[2007-08-02 00:07:08] johnw at sussex dot ac dot uk

I get this bug too,using fsockopen('ssl://...') followed by fgets()

I'm using PHP 5.2.1 on Solaris 9 using OpenSSL/0.9.7b.

If I call @fgets(...) my application seems to work but it would be 
better if the bug was fixed properly!

The ssl server I'm connecting to is an IIS one.

------------------------------------------------------------------------

[2007-01-11 10:03:40] maboiteaspam at gmail dot com

Got the same problem with Apache and mod_ssl on Solaris 9.0.
SoapClient works well in http but fail when try to get the WSDL file in
https stream.

------------------------------------------------------------------------

[2006-12-25 14:48:52] [EMAIL PROTECTED]

Wez, could you please look into this bug.
It is related to openssl streams and I cannot understand what the
following code.

case SSL_ERROR_SYSCALL:
  if (ERR_peek_error() == 0) {
    if (nr_bytes == 0) {
      if (!is_http_stream_talking_to_iis(stream TSRMLS_CC)) {
        php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL: fatal
protocol error");


------------------------------------------------------------------------

[2006-11-03 18:00:34] cboden at gmail dot com

Now installed PHP-5.2.0
 - No longer receive SoapFault (although, may have been an error in my
WSDL file originally)
 - Sill receive "SSL: fatal protocol error" warning
 - Able to suppress SoapClient::__construct to ignore (@)
 - Besides the warning, working as expected, __getLast functions
generate expected results

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/39283

-- 
Edit this bug report at http://bugs.php.net/?id=39283&edit=1

Reply via email to