Author Topic: Install Issues Maybe?  (Read 9003 times)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Install Issues Maybe?
« Reply #15 on: July 26, 2018, 11:39:33 AM »
It would be odd that you'd be getting the same error, are you sure the change was applied?

Offline Cassie

  • Jr. Member
  • **
  • Posts: 10
Re: Install Issues Maybe?
« Reply #16 on: July 26, 2018, 03:48:06 PM »
It would be odd that you'd be getting the same error, are you sure the change was applied?

It didn't Im sorry

I am getting a new error now

it says when I try to log in
Connection to storage server failed.
and on the error log it says
[26-Jul-2018 14:45:31 -0500]: <1e18a851> IMAP Error: Login failed for cassie@openarmsstaff.com from 24.51.132.90(X-Real-IP: 24.51.132.90). Could not connect to ssl://openarmsstaff.com:993: Unknown reason in /home2/rzdsvd9v/public_html/email/program/lib/Roundcube/rcube_imap.php on line 196 (POST /email/?_task=login&_action=login)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Install Issues Maybe?
« Reply #17 on: July 26, 2018, 05:48:50 PM »
Try adding the following to your config file:
Code: [Select]
$config['imap_conn_options'] = array( 'verify_peer' => false);