• Hi,

    We’re getting the following error when trying to log in to Salesforce with the plugin: ‘HTTPS required or must use HTTP POST or secret type not supported’

    The Gravity Forms Logging Tool logs the following errors:
    2015-04-15 14:27:15 – ERROR –> processSalesforceResponse: Clearing token, since there was an error.
    2015-04-15 14:27:15 – ERROR –> processSalesforceResponse: HTTPS required or must use HTTP POST or secret type not supported [Raw error message: cURL Error # 60: SSL certificate problem: unable to get local issuer certificate]

    According to the company hosting the site SOAP, CurlSSL and Open SSL are all enabled on the server.

    Are you able to suggest any other reason why this error might be happening?

    Cheers,

    Jared

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

Viewing 1 replies (of 1 total)
  • Hi Jared,

    I too had this problem and successfully used your 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 ‘Authentication error: HTTPS required or must use HTTP POST or secret type not su’ is closed to new replies.