mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
gui fixes
Change-Id: I5592a96f486f64404f044b2199e74284fd2e46fd Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -92,6 +92,10 @@ class Zend_Mail_Protocol_Imap
|
||||
$errno = 0;
|
||||
$errstr = '';
|
||||
|
||||
/*
|
||||
* http://stackoverflow.com/questions/32211301/ssl-error-ssl3-get-server-certificatecertificate-verify-failed
|
||||
*/
|
||||
|
||||
$contextOptions = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
|
Reference in New Issue
Block a user