mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #08782
[Bug 888436] Re: MNet contains superfluous SSL cert checks
** Changed in: mahara
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/888436
Title:
MNet contains superfluous SSL cert checks
Status in Mahara ePortfolio:
Fix Released
Bug description:
MNet in Mahara has these curl options set:
CURLOPT_SSL_VERIFYHOST = 2
CURLOPT_SSL_VERIFYPEER = true
whereas Moodle has:
CURLOPT_SSL_VERIFYHOST = 0
CURLOPT_SSL_VERIFYPEER = false
Since we are already using public key crypto to authenticate and
encrypt communications between sites, I think we can remove this
superfluous check which incidentally prevents people from using self-
signed SSL certs to protect their sites.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/888436/+subscriptions
References