curl 7.31.0 released

I am running curl 7.35 on php 5.4.x and WHMCS 5.2.16 and don't have any problems at all.

Maybe you have upgraded to the new WHMCS version 5.3.3 wich was released a day or two ago? It could be a bug in the new WHMCS version. I would recommend that you contact WHMCS support for help troubleshoting this.

thanks for reply Ditto.

No whmcs still on a prior version.

I dont think its whmcs because i have other DA servers and no issues, its just this one particulaur server. So i think its a local issue.

And yes i have tested with FW and LFD turned off, so connection is not closed by FW.

this page seems to explain whats going on.
 
From the WHMCS box, are you able to run the curl command? (sorry if you already mentioned it)
If curl can connect to the remoe DA, but WHMCS cannot, then it's not as much a networking issue.

Also try connecting direct to the IP instead of a hostname, to rule out any dns issues.
 
From the WHMCS box, are you able to run the curl command? (sorry if you already mentioned it)
If curl can connect to the remoe DA, but WHMCS cannot, then it's not as much a networking issue.

Also try connecting direct to the IP instead of a hostname, to rule out any dns issues.

Yes working.

curl -k https://my.hostname.tld:2222
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DirectAdmin Login</title>

then with ip

root@whmcs:/etc/csf# curl -k https://*.*.1.146:2222
root@whmcs:/etc/csf#

hmm blank, nothing ?

removing the DA port gives

<html>Apache is functioning normally</html>
 
Also, make sure the DA box isn't blocking the remote IP:
http://help.directadmin.com/item.php?id=306

And... maybe run DA in debug mode and test whmcs again:
http://help.directadmin.com/item.php?id=293

debug mode may offer more info, if the connection is coming in at all.

John

Tried shutting Firewall on both boxes and makes no difference. they can communicate.


Running in debug when i try to provision account i get NO hit on screen, weird?

When i try to suspend or unsuspend an exsting account i get the api command but nothing happens on DA

./directadmin b2000 | grep string
GET string: action=create&add=Submit&user=qnrot5qv&
GET string: suspend=Suspend%2FUnsuspend&select0=qnrot5qv&

Is there an issue with API ?
 
So with this command i see it tries to connect when issueing accept order. But nothing else, so data not going back to whmcs server ?


./directadmin b2000
Debug mode. Level 2000

DirectAdmin 1.44.3
Accepting Connections on port 2222
Sockets::handshake - begin
 
What version of WHMCS are you running? There has been new version to the DirectAdmin module in previous WHMCS versions that was released, they might have fixes you need.

Have these connection from WHMCS to remote DirectAdmin server been working before, is it a new problem?

Maybe try this: https://docs.whmcs.com/showthread.php?47377-Automatic-Setups&p=222690#post222690

Check or uncheck the the Secure SSL Connection in Setup > Servers > Edit Servers and see if the problem persists.

Edit: Also from the same url above, you should check this:

Please double check the IP and Hostname entered in Setup > Servers are definitely valid and have no spaces in the fields...
 
Last edited:
Back
Top