mcpacific Posted April 29, 2009 Share Posted April 29, 2009 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? 0 Quote Link to comment Share on other sites More sharing options...
Cnote Posted May 26, 2009 Share Posted May 26, 2009 Did you figure this out?... I'm getting the same error now. 0 Quote Link to comment Share on other sites More sharing options...
mcpacific Posted May 27, 2009 Author Share Posted May 27, 2009 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? 0 Quote Link to comment Share on other sites More sharing options...
Cnote Posted May 28, 2009 Share Posted May 28, 2009 Ok, I'll contact Matt for the same. I just wonder why it worked for me before but not now. 0 Quote Link to comment Share on other sites More sharing options...
mdwebhosting Posted June 22, 2009 Share Posted June 22, 2009 Does anyone have the modified version? As I've tried to send a pm to Matt but his mailbox is full. 0 Quote Link to comment Share on other sites More sharing options...
mcpacific Posted June 22, 2009 Author Share Posted June 22, 2009 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 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Dale Posted June 22, 2009 Share Posted June 22, 2009 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 0 Quote Link to comment Share on other sites More sharing options...
Tomas Posted August 9, 2009 Share Posted August 9, 2009 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.