Magpie RSS - fetching HTTPS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • StevePBurgess@gmail.com

    Magpie RSS - fetching HTTPS

    Hi I am using Magpie RSS and want to be able to use feeds on a secure
    server.

    I've put a test feed on https://www.on-qu.co.uk/feed88.xml

    At the command line, I can fetch this file using:

    curl -k https://www.on-qu.co.uk/feed88.xml

    But Magpie RSS can't fetch it and gives:

    "PHP Warning: MagpieRSS: Failed to fetch
    https://www.on-qu.co.uk/feed88.xml (HTTP Error: Bad curl
    (/usr/bin/curl), can't fetch HTTPS)"

    I have had a look at the Magpie code and it seems to use the cURL -k
    option too - but it seems to be unable to fetch the feed.

    Has anyone cracked this?

    Steve

Working...