|
Posted by Colin McKinnon on 05/20/06 18:07
tim wrote:
>
> murd@hotmail.co.uk wrote:
>> Hi, I am trying to complete a post using fsockopen but I'm getting the
>> following error:
>>
>> "Unable to find the socket transport "ssl" - did you forget to enable
>> it when you configured PHP?
>>
>> I am running php 5.1.4 with apache 2 on fedora core 4. When I
>> configured php I did it like this:
>> ./configure --with-apxs2=/usr/sbin/apxs --with-mysql
>
> Hi
>
> My guess is that either mod_ssl is not installed for apache or it is
Wrong. You are getting confused about servers and clients - mod_ssl is what
runs on the server. The OP is talking about the client end of an SSL
connection. I had a quick look at the PHP docs and it doesn't tell you the
option for client SSL. Trying with a copy of 5.0.4 I've got
handy, ./configure --help suggests:
--with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6)
YMMV. Alternatively, as a quick hack, set up a stunnel connection.
C.
Navigation:
[Reply to this message]
|