Jump to content

WHMCS 7 Connection Error


Recommended Posts

Hello Chris,

 

When we upgraded to WHMCS 7 we are getting the connection error on WHMCS admin screen. I have attached here the screen shot for the same. As we are going to release our module with WHMCS 7 compatibility after testing with it. But due to this issue we could not.

Please help us to resolve the issue as early as possible.

 

WHMCS_7.jpg

Link to comment
Share on other sites

Hello GarethSmith,

 

Can you tell me if you are using a Windows or Linux Machine? In version 7.0 and above we have changed the licence validation callback to require it to be made via a SSL connection (previously this was optional).

 

For windows

 

The error is being generated when placing the cURL call using the `curlopt_ssl_verifypeer` function as your server does not have the appropriate root CA bundles to validate the SSL connection to our licensing server.

 

 

Unlike in a Linux distro, where cURL SSL CA bundles are updated directly from Mozilla, you will need to download and update your CA bundles for your Windows box.

 

 

I found a great tutorial on how to resolve this issue and get it working which has been noted by other clients reporting this issue to have resolved it for them:

 

 

https://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/

 

 

 

For Linux

 

A No Connection error on the admin login page suggests there is a problem preventing your server from communicating with the WHMCS licensing server. This is commonly a CURL or DNS resolution problem, these are essential items in the use of WHMCS and is something your server admin will need to investigate and correct.

 

  • CURL - CURL is an extremely important part of WHMCS and is needed for a number of the operations performed such as server connections etc.
  • DNS - DNS is a vital part of internet functionality in order to be able to resolve hostnames of servers, domain name lookups, and licensing. Ensure your DNS resolve whmcs.com to the correct IP address.

 

 

If after this you still have issues please open a support ticket

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