From:             
Operating system: Win 2k3 IIS 6
PHP version:      5.4.0
Package:          *Network Functions
Bug Type:         Bug
Bug description:OpenSSL old version

Description:
------------
file(): SSL operation failed with code 1. OpenSSL Error messages:
error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) in
C:\Inetpub\KC\class\tab_card.php at line 1452

file(): Failed to enable crypto in C:\Inetpub\KC\class\tab_card.php at line
1452
file(https://.../resetpwd.jsp...): failed to open stream: operation failed
in C:\Inetpub\...\tab_card.php at line 1452

PHP 5.4 old verse contains the OpenSSL functions that the file has a
problem with loading the https site, where the version used 1.0.0.x. When
you replace the files libeay32.dll and libssl32.dll version 0.9.8.20 for
1.0.0.7 and PHP (fastcgi) becomes unstable and causes HTTP error 500
(internal error).

Test script:
---------------
$url = 'http://...';
$out = file( $url );


-- 
Edit bug report at https://bugs.php.net/bug.php?id=61276&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61276&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61276&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61276&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61276&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61276&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61276&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61276&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61276&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61276&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61276&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61276&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61276&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61276&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61276&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61276&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61276&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61276&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61276&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61276&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61276&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61276&r=mysqlcfg

Reply via email to