• Hi, we are trying to install “Gravity Forms Logging Add-On” plugin in wordpress. Im trying to setup the “Integration Method” to be API.. but whenever I’m trying to do login to salesforce from the “Salesforce Account” section; I’m keep getting the below error message. can you please help on this

    HTTPS required or must use HTTP POST or secret type not supported

    https://ww.wp.xz.cn/plugins/gravity-forms-salesforce/

Viewing 1 replies (of 1 total)
  • Hi,

    I too had this problem and successfully used Jared-C’s recommended solution (posted on github Apr 16) and added the following line of code to /lib/PHPoAuthLib/src/OAuth/Common/Http/Client/CurlClient.php:

    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);

    Cheers,
    Peter

Viewing 1 replies (of 1 total)

The topic ‘HTTPS required or must use HTTP POST or secret type not supported’ is closed to new replies.