Weird. Curl is consistent. It does not work (in this case) without -k
(--insecure) option or explicitly setting ca-bundle on all OS versions.
Thanks for pointers, will remove --with-curlwrappers (marked experimental)
from my PHP configure line.
BTW what is the plan with --with-curlwrappers?
Will
On 02/21/2012 06:54 AM, Bostjan Skufca wrote:
> Hi all,
>
> we've bumped into a possible bug where file_get_contents() returns empty
> string if we try to get contents from HTTPS source. This error only occurs
> if PHP is compiled with --with-curlwrappers.
>
> Funny thing is this only happens on
On 21/02/12 15:54, Bostjan Skufca wrote:
> Hi all,
>
> we've bumped into a possible bug where file_get_contents() returns empty
> string if we try to get contents from HTTPS source. This error only occurs
> if PHP is compiled with --with-curlwrappers.
>
> Funny thing is this only happens on slackwa