Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Challonge] SSL error

    open up your PHP.INI file and add the following line:

    curl.cainfo = “PATH_TO/cacert.pem”

    Get cacert.pem file from
    http://curl.haxx.se/docs/caextract.html
    and place it in the PATH_To.

    Example:

    I am running the WAMPDeveloper Stack on Windows from DevSide.net

    I added the following line at the bottom of my PHP.INI file
    curl.cainfo = “C:\WampDeveloper\Tools\curl\cacert.pem”

    Then I placed the cacert.pem downloaded above in:
    c:\wampdeveloper\tools\curl

    Works perfectly for most stacks, BUT NOT ALL, and resolves the issue for any plug-in looking for an updated CA.

    I would still like to see the developer properly include a cacerts.pem with the plug-in.

    Hope this helps,

    It works for me, but i don’t know if i’m supose to see a new Menu after i’ve activated the plug-in or not?
    There is no screenshot of the interface we’re supposed to see

Viewing 1 replies (of 1 total)