Roundcube Soap Error: Error Fetching http headers

Discussion in 'Installation/Configuration' started by dusandevic, Mar 27, 2013.

  1. dusandevic

    dusandevic New Member

    I have problems with Debian Squeeze/ISPConfig 3.0.5.1 and Roundcube mail client. Sending and receiving works fine, but I can't change my password, set e-mail forwarding (from RoundCube, ISPConfig mail fw works).

    I tried a few things I've found online for this problem, but really can't step off "Soap Error: Error Fetching http headers".

    I do not have certificate for SSL.

    I've found this:
    Q: I get an error "Soap Error: fetching http headers"
    A: This happens when the plugins are trying to reach your interface under http but you have it run it under https. So just change it in the config file.

    Tried to play with force https variables (true/false), no luck.

    Any ideas?
     
  2. Horfic

    Horfic Member

    do you have the newest version of the plugins?
     
  3. dusandevic

    dusandevic New Member

    Yes, i have the newest versions.
     
  4. Horfic

    Horfic Member

    are you using, https on ispconfig or http? which port are you using? default?
     
  5. dusandevic

    dusandevic New Member

    I am using https on ispconfig, default port.
     
  6. Horfic

    Horfic Member

    so your config would be

    https://<<YOUR SERVER>>:8080/remote/
     
  7. dusandevic

    dusandevic New Member

  8. Horfic

    Horfic Member

  9. dusandevic

    dusandevic New Member

    Thanks a lot, I will take care of that. My friend installed ISPConfig for me so I don't have a lot of experience with that settings.
     
  10. dusandevic

    dusandevic New Member

    Set this to https and now everything is great:

    $rcmail_config['soap_url'] = 'https://<<YOUR SERVER>>:8080/remote/';

    Thanks a lot!
     
  11. alecvannoten

    alecvannoten New Member

    Do you have to put this in main.inc.php?
     
  12. Horfic

    Horfic Member

  13. alecvannoten

    alecvannoten New Member

    Ok, did not find the documentation on github ;)

    maybe good idea to put link in readme file ;)

    thx anyway, solved!
     

Share This Page