php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43181 Unable to find the socket transport "ssl"
Submitted: 2007-11-02 23:22 UTC Modified: 2007-11-02 23:26 UTC
From: root at rw23 dot de Assigned:
Status: Not a bug Package: Streams related
PHP Version: 5.2.4 OS: archlinux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 1 = ?
Subscribe to this entry?

 
 [2007-11-02 23:22 UTC] root at rw23 dot de
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-02 23:26 UTC] root at rw23 dot de
okay my fault; did forget to enable the openssl.so in php.ini
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC