bamboozled on cURL collection, http swapped to https when i was away

Discussion in 'PHP' started by Gafcast, Mar 26, 2009.

  1. #1
    Hey all,

    i recently was gathering images off a website to poll for what images appeared most often. My program was working rather nicely, and then they switched from http: to https:

    i was using a cURL script to grab the info and then string checking against it. What can i do to get around that tricky last little "s" to get the images into a string again?

    (btw, i did update the address the cURL was going for to grab the data)

    Thanks!
     
    Gafcast, Mar 26, 2009 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    See if curlssl is enabled in phpinfo()...

    If not, you will probably need to recompile with curlssl.
     
    jestep, Mar 27, 2009 IP