mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Merge branch 'wip-MDL-58915-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
7c31ef2a27
@ -1198,7 +1198,8 @@ class engine extends \core_search\engine {
|
||||
return $this->curl;
|
||||
}
|
||||
|
||||
$this->curl = new \curl();
|
||||
// Connection to Solr is allowed to use 'localhost' and other potentially blocked hosts/ports.
|
||||
$this->curl = new \curl(['ignoresecurity' => true]);
|
||||
|
||||
$options = array();
|
||||
// Build the SSL options. Based on pecl-solr and general testing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user