https:// RSS feed do not work, but http:// does ???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steven s
    Senior Member
    • Jul 2004
    • 3722
    • 3.8.x

    [Forum] https:// RSS feed do not work, but http:// does ???

    I've been getting the error with my RSS feeds, "Unable to open URL or no data returned." whenever I use https://.......

    In one of the vB scripts I saw
    PHP Code:
    if ($url['scheme'] == 'https')
                    {
                                    
    $url['port'] = ($url['port'] ? $url['port'] : 443);
                    }
                    else
                    {
                                    
    $url['port'] = ($url['port'] ? $url['port'] : 80);
                    }
                    
    $url['path'] = ($url['path'] ? $url['path'] : '/'); 
    which led me to think.
    I dropped the s in https and now the feed works and create posts.

    My host says port 443 is not being blocked.

    What else should I look for? I need it to work with https.

    ...steven
    www.318ti.org (vB3.8) | www.nccbmwcca.org (vB4.2)
    bmwcca.org/forum | m135i.net
    "I tried to clean this up but this thread is beyond redemption." - Steve Machol
  • steven s
    Senior Member
    • Jul 2004
    • 3722
    • 3.8.x

    #2
    Is anyone using a RSS feed to create posts with a secure url?
    ...steven
    www.318ti.org (vB3.8) | www.nccbmwcca.org (vB4.2)
    bmwcca.org/forum | m135i.net
    "I tried to clean this up but this thread is beyond redemption." - Steve Machol

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...