views:

295

answers:

0

Hi everyone, I need to fetch images for one of my projects via https connection. I use Snoopy PHP class as HTTP server. This class uses cURL program for performing https requests, I mean it calls cURL directly using system() PHP function. The problem is that I get images broken. When I fetch HTML pages through secure connection, everything is OK. Can anyone help me?

Thanks anyone, I solved the problem myself. The solution was to output results to the file, not directly to the console.