On Thu, May 14, 2009 at 5:17 PM, Nathan Rixham wrote:
> Jerry Zhao wrote:
>
>> On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote:
>>
>> Jerry Zhao wrote:
>>>
>>> I tried different combination of ssl clients and servers, it all points
to
problems on the client side of my new php bu
Jerry Zhao wrote:
On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote:
Jerry Zhao wrote:
I tried different combination of ssl clients and servers, it all points to
problems on the client side of my new php build. The same code worked on
an
older php build.
checked the output of print_r(
On Thu, May 14, 2009 at 5:05 PM, Nathan Rixham wrote:
> Jerry Zhao wrote:
>
>> I tried different combination of ssl clients and servers, it all points to
>> problems on the client side of my new php build. The same code worked on
>> an
>> older php build.
>>
>>
> checked the output of print_r( st
Jerry Zhao wrote:
I tried different combination of ssl clients and servers, it all points to
problems on the client side of my new php build. The same code worked on an
older php build.
checked the output of print_r( stream_get_wrappers() );?
--
PHP General Mailing List (http://www.php.net/)
I tried different combination of ssl clients and servers, it all points to
problems on the client side of my new php build. The same code worked on an
older php build.
On Thu, May 14, 2009 at 4:57 PM, Nathan Rixham wrote:
> Jerry Zhao wrote:
>
>> Hi,
>>
>> I am having trouble connecting to http
Jerry Zhao wrote:
Hi,
I am having trouble connecting to https sites using php's builtin ssl
functions.
I tried:
file_get_contents('https://securesite')
fsockopen('ssl://securesite', 443, $errno, $errstr,20)
and same errors every time:
SSL: connection timeout
Failed to enable crypto
Call to ope
Jerry Zhao wrote:
> Hi,
>
> I am having trouble connecting to https sites using php's builtin ssl
> functions.
> I tried:
> file_get_contents('https://securesite')
> fsockopen('ssl://securesite', 443, $errno, $errstr,20)
>
> and same errors every time:
> SSL: connection timeout
> Failed to enable
7 matches
Mail list logo