Comments

svhoecke’s picture

Status: Active » Needs work

Change of encrypted CDN access causes error (http://www.mathjax.org/upcoming-changes-to-the-cdn/)

To Do
Go to mathjax module, file mathjax.js
Change line 16
script.src = "https://d3eoax9i5htok0.cloudfront.net/mathjax/1.1-latest/MathJax.js";
To
script.src = "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js";

Regards
SVH

saheel.sikilkar’s picture

Hi,

Same issue occured for me, I have commented line 16
script.src = "https://d3eoax9i5htok0.cloudfront.net/mathjax/1.1-latest/MathJax.js";
and uncommented line 17
script.src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js"; // unsafe clear connection

Mathjax are working now, but need to understand what is difference between this and the path shared by svhoecke.

Also about the comment saying "unsafe clear connection".

Regard
SS

Rodeo.be’s picture

According to MathJax website, script.src should be changed into "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTML...">

This does not help, however, as I continue getting the "[mathjax:inline a+2^b]" errors.

cilefen’s picture

Status: Needs work » Fixed

This is fixed in the development branches. Please test it out. I will make a release soon.

cilefen’s picture

Rodeo.be: what is the equation?

cilefen’s picture

Status: Fixed » Needs work

I am still seeing errors.

cilefen’s picture

Released 7.x-1.0-beta4 with the CDN fix.

cilefen’s picture

Status: Needs work » Fixed
cilefen’s picture

Status: Fixed » Closed (fixed)