HESK 3.4.2 imap cert error and fix

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
kolya7k
Posts: 1
Joined: Thu Dec 29, 2022 9:42 am

HESK 3.4.2 imap cert error and fix

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: HESK 3.4.2 imap cert error and fix

Post by Klemen »

I confirm this mistake; thank you for reporting it!

The fix will be included in the next Hesk release.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply