Jump to content
  • 0

Interworx Module Gives Soap_Error2


Question

Posted

Hello together,

none of the previous posted topics helped me fixing this issue...

I wanted to add an Interworx instance to the Blesta module and filled out the following fields:

Server Label, Hostname, Port Number, Remote Key, use SSL, Debugging = Print, Name Servers

 

The result is:

 

 

sendQuery Parameters sent to Soap Client at (https://............:2443/soap?wsdl) (Line: 235)
Array
(
[apikey] => ... key ...
[ctrl_name] => /nodeworx/users
[action] => listWorkingUser
[input] => Array
(
[perms] => Array
(
[0] => NODEWORXUSER
)

)

)

getResponse Results (Line: 304)
stdClass Object
(
[status] => error
[response] => soap_error2
[log] =>
)

 

 

I proved that SOAP and libxml are available on the Blesta Server:

 

 

 

Soap Client  enabled  
Soap Server  enabled  
soap.wsdl_cache 1
soap.wsdl_cache_dir /tmp
soap.wsdl_cache_enabled 1
soap.wsdl_cache_limit 5
soap.wsdl_cache_ttl 86400

 

 

 

libxml Version  2.8.0

 

 

I am using php5.6.12, and I have checked that the SSL Certificate used for the Interworx Interface is valid.

 

Any suggestions what I am doing wrong?

2 answers to this question

Recommended Posts

  • 0
Posted

Is Blesta installed on InterWorx?

 

No, separate machines. But I already found the solution myself...

The host where Blesta runs did not accept the StartCom CA, so I had to add it manually to /etc/ssl.

 

Everything works perfect now.

 

Thank you for your time!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...