Softaculous


Topic : ISPConfig remote problem


Posted By: shrimpserver on May 3, 2016, 12:41 am
Hi,

I really want try the auto installer but i can't get it working with the ispconfig plugin..

I already have the plugin inside my ISPConfig panel but if i try to open it i always get this error: ERROR IN SHIFTING TO USER LEVEL

So i tried to debug it and made a tiny php script to check if the SOAP request works...
PHP Code

 $username 'username';
$password 'password';
$soap_location 'https : //myserver:511/remote/index.php';
$soap_uri 'https : //myserver:511/remote/';
$client = new SoapClient(null, array('location' => $soap_location'uri'      => $soap_uri));
$client->login($username,$password); 


This script works without any problem but if i try to call :511/softaculous i get an error...

The "remote" file is available at /usr/local/softaculous

I saw at my access.logs that the request to remote is called via HTTP could that be true? Maybe the problem is
  1. Cause i am forcing https at my ispconfig url
  2. And/or cause i am using not the default 8080 ispconfig port


I did not found any option to set the remote url for ispconfig so maybe someone here can help me to get it done :)

cheers

Posted By: Brijesh on May 4, 2016, 10:34 am | Post: 1
Hi,

Are you using ISPConfig Multi Server setup ?

At the moment ISPConfig Multi Server setup is not supported with Softaculous.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Posted By: shrimpserver on May 4, 2016, 11:38 pm | Post: 2
No, just forcing https at my ISPConfig Port and to get a valid cert the remote request have to be like https://s1.shrimpserver.net:<ISPPort>/remote at localhost it will get a cert error and i'm not sure if it is ignoring it or not (default at php is not...).

s1.shrimpserver.net referrs to localhost inside my hosts but the problem is that the cert is not valid for "localhost" or "127.0.0.1".

greetz

Posted By: Brijesh on May 6, 2016, 11:39 am | Post: 3
Hi,

Can you please open a support ticket with us so that we can check this for you :
https://www.softaculous.com/support/

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.