Soap Error: Could not connect to host (ISPconfing3 plugin & Roundcube)

Discussion in 'Installation/Configuration' started by sirtcp, Apr 15, 2015.

  1. sirtcp

    sirtcp New Member

    Dear All,

    I have been trying to resolve this for about a day but failed. can you guyz please help. here is the detail.
    everything works fine except the plugins for roundcube. and the only error it shows is "Soap Error: Could not connect to host"
    OS : debian Wheezy
    roundcube : from source (not via package management apt-get)
    php -m
    [PHP Modules]
    .........
    session
    shmop
    SimpleXML
    soap
    sockets
    .......
    /var/www/webmail/config/config.inc.php
    // List of active plugins (in plugins/ directory)
    $config['plugins'] = array(
    'jqueryui',
    'ispconfig3_account',
    'ispconfig3_autoreply',
    'ispconfig3_pass',
    'ispconfig3_spam',
    'ispconfig3_fetchmail',
    'ispconfig3_filter',
    'ispconfig3_autoselect',
    'ispconfig3_forward',
    'ispconfig3_wblist',
    'archive',
    'zipdownload',
    );



    /var/www/webmail/plugins/ispconfig3_account/config/config.inc.php
    <?php
    $rcmail_config['identity_limit'] = false;
    $rcmail_config['remote_soap_user'] = 'tang';
    $rcmail_config['remote_soap_pass'] = 'xxxxx';
    $rcmail_config['soap_url'] = 'https://46.4.xx.xx:8080/remote/';
    ?>


    No error in /var/www/webmail/logs/

    everything shows up fine.i can see accunts tab and all details with no problem but on the top it always shows the mentioned error. can some one please help me trace this thing out.

    Thanks,
    MYK
     
  2. sirtcp

    sirtcp New Member

    any help/tip will be highly appreciated.

    Thanks,
     

Share This Page