diff --git a/mod/bigbluebuttonbn/classes/local/proxy/curl.php b/mod/bigbluebuttonbn/classes/local/proxy/curl.php index 11e4494c470..6e1db927913 100644 --- a/mod/bigbluebuttonbn/classes/local/proxy/curl.php +++ b/mod/bigbluebuttonbn/classes/local/proxy/curl.php @@ -52,7 +52,7 @@ class curl extends \curl { parent::__construct($settings); $this->setopt(['SSL_VERIFYPEER' => true]); - $this->set_content_type('text/xml'); + $this->set_content_type('application/xml'); } /**