Merge branch 'MDL-74394_311' of https://github.com/aolley/moodle into MOODLE_311_STABLE
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ function mnet_encrypt_message($message, $remote_certificate) {
|
||||
// Generate a key resource from the remote_certificate text string
|
||||
$publickey = openssl_get_publickey($remote_certificate);
|
||||
|
||||
if ( gettype($publickey) != 'resource' ) {
|
||||
if ($publickey === false) {
|
||||
// Remote certificate is faulty.
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user