1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Problem with Curl_Exec

Discussion in 'Outages' started by samadnet, Feb 16, 2012.

  1. #1
    Hi all ,
    When I try to connect a scrip to my server by giving all access , it showing an error that "curl_exec threw error "Protocol https not supported or disabled in libcurl" for https://...... :2087/json-api/version? "

    Anyone have an idea about , what is the problem with it ?
     
    samadnet, Feb 16, 2012 IP
  2. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #2
    When passing on a URL to curl to use, it may respond that the particular protocol is not supported or disabled. The particular way this error message is phrased is because curl doesn't make a distinction internally of whether a particular protocol is not supported (ie never got any code added that knows how to speak that protocol) or if it was explicitly disabled. curl can be built to only support a given set of protocols, and the rest would then be disabled or not supported.

    Note that this error will also occur if you pass a wrongly spelled protocol part as in "htpt://example.com" or as in the less evident case if you prefix the protocol part with a space as in " http://example.com/".
     
    SolidShellSecurity, Feb 16, 2012 IP
  3. BigTim3

    BigTim3 Guest

    Messages:
    266
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    0
    #3
    Sounds like host has curl disabled?
     
    BigTim3, Feb 16, 2012 IP
  4. samadnet

    samadnet Active Member

    Messages:
    315
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    No the curl is enables and I am using the billing software boxbilling to bill clients
     
    samadnet, Feb 16, 2012 IP
  5. indiajobvacancy

    indiajobvacancy Banned

    Messages:
    341
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    sometimes, while we have get request with cURL. an object must be denied it due of unknown request.
    But im still wondering, that there is json API from your request.
     
    indiajobvacancy, Feb 16, 2012 IP
  6. samadnet

    samadnet Active Member

    Messages:
    315
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #6
    I am really blind about this problem....
     
    samadnet, Feb 16, 2012 IP
  7. samadnet

    samadnet Active Member

    Messages:
    315
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    Thanks to all , The problem fixed :)
     
    samadnet, Feb 16, 2012 IP