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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: root at rw23 dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC