From:             
Operating system: WinXP 32bit
PHP version:      5.3.5
Package:          OpenSSL related
Bug Type:         Bug
Bug description:soap over https with custom port does work

Description:
------------
SoapClient does work with https over custom port.



If one version is the OpenSSl.dll (OpenSSL 0.9.8l) from an earlier PHP take
it to work. With the current, it does not work.











Test script:
---------------
// does work

$client = new SoapClient("https://localhost:21081/test_13?wsdl";);







// works

$client = new SoapClient("https://localhost/test_13?wsdl";);





Actual result:
--------------
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
Couldn't load from 'https://localhost:21081/test_13?wsdl' : Start tag
expected, '<' not found in C:\htdocs\wwwroot\test.php:4 Stack trace: #0
C:\htdocs\wwwroot\test.php(4): SoapClient->SoapClient('https://local...')
#1 {main} thrown in C:\htdocs\wwwroot\test.php on line 4

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

Reply via email to