Page 1 of 1

HESK 3.4.2 imap cert error and fix

Posted: Thu Dec 29, 2022 9:46 am
by kolya7k
Script URL: hesk_imap.php
Version of script: 3.4.2

Here is the error:
In file inc/mail/hesk_imap.php at line 140

Code: Select all

$imap->ignoreCertificateErrors = $hesk_settings['smtp_noval_cert'];
must be

Code: Select all

$imap->ignoreCertificateErrors = $hesk_settings['imap_noval_cert'];
Config setting key must be imap_noval_cert

Image
https://prnt.sc/nQ4LsGlxQjAa

Re: HESK 3.4.2 imap cert error and fix

Posted: Thu Dec 29, 2022 8:21 pm
by Klemen
I confirm this mistake; thank you for reporting it!

The fix will be included in the next Hesk release.