From: root at rw23 dot de Operating system: archlinux PHP version: 5.2.4 PHP Bug Type: Streams related Bug description: Unable to find the socket transport "ssl"
Description: ------------ ssl connection fails. related configureoptions used: --with-openssl=shared --with-curl=shared Reproduce code: --------------- <? fsockopen(ssl://euserv.de, 443,, , 30);?> Expected result: ---------------- no output -> would mean all is okay Actual result: -------------- Warning: fsockopen(): unable to connect to ssl://euserv.de:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /root/test.php on line 1 -- Edit bug report at http://bugs.php.net/?id=43181&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43181&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43181&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43181&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43181&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43181&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43181&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43181&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43181&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43181&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43181&r=support Expected behavior: http://bugs.php.net/fix.php?id=43181&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43181&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43181&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43181&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43181&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43181&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43181&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43181&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43181&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43181&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43181&r=mysqlcfg
