Jump to content

CURL Error 60


mcpacific

Recommended Posts

When I try to run the Enom cron to sync domain expiration dates I get the following error:

 

CURL Error: 60 - SSL certificate problem, verify that the CA cert is OK. Details:

error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

 

Anyone have any ideas on how to resolve this?

Link to comment
Share on other sites

  • 4 weeks later...

Actaully, Matt at WHMCS support actually helped me on this one. He said the error was indicating a problem with my SSL setup so he attached a modified version of the file "enomsync.php" for the modules/registrars/enom folder, which was set to ignore the local certificate.

 

I am currently using an SBS Instant certificate on my website, which I'm replacing soon, but I suspect that is the culprit (at least, in my case). What certificate are you using on your site?

Link to comment
Share on other sites

  • 4 weeks later...

I've attached the file that Matt sent me, which you need to put in your modules/registrars/enom folder. It is set to ignore the local certificate.

 

It order to attach it here I had to rename it to a .txt file; simply rename it to enomsync.php when you save it to your computer before uploading it to your server.

 

Cheers.

enomsync.txt

Link to comment
Share on other sites

Does anyone have the modified version? As I've tried to send a pm to Matt but his mailbox is full.

 

Thanks to la_rollin for providing the module above, however if you still continue to have issues, feel free to open a ticket with us for assistance ;)

 

Cheers,

 

Dale

Link to comment
Share on other sites

  • 1 month later...

This is a problem with the curl-ca-bundle.crt being out of date. In order to really fix the issue you have to get the latest curl source and run "make ca-bundle". Then overwrite /usr/share/curl/curl-ca-bundle.crt with the 'ca-bundle.crt' that has been generated in the lib folder of your curl source dir.

 

Afterwards, recompile PHP.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated