• Hello,

    I’m unable to authenticate with Hubspot. My server is running PHP 5.6.20 and curl support is enabled.

    I’m getting the following error message from the log file:

    [2018-02-21 17:16:35] cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
    [2018-02-21 17:16:35] Could not get Token Information
    [2018-02-21 17:16:35] 
    [2018-02-21 17:16:35] cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

    It seems to be a problem with the SSL certificate or issuer? Any insights on how to fix this?

    Thank you!

    • This topic was modified 8 years, 3 months ago by thad.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris Lagasse

    (@soben)

    Hey Thad,

    I’ll have to check on my end, but I do believe I include a certificate set that is valid at this time, and there have been no issues on my end.

    Can you confirm that cURL works fine for you outside of our plugin?

    I tested on my command line (testing locally) like so:

    ~ curl -H --url https://google.com
    <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
    <TITLE>301 Moved</TITLE></HEAD><BODY>
    <H1>301 Moved</H1>
    The document has moved
    <A HREF="http://www.google.com/">here</A>.
    </BODY></HTML>

    But that doesn’t check for ssl certificate as far as I know.

    • This reply was modified 8 years, 3 months ago by Chris Lagasse.
    Thread Starter thad

    (@thad)

    Hi Chris,

    Thanks for the response. This might be tricky for me to troubleshoot. as I don’t manage the server (it’s hosted by a university and I only have SFTP and Database access). From what I can tell cURL is installed, I’ll consult the IT staff to see if they can help me out and get back to you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘cURL error 60 when trying to authenticate’ is closed to new replies.