barrysteyn / pelican_plugin-render_math

A plugin for the pelican blog to allow it render mathematics in Latex.
67 stars 25 forks source link

https resource 404 #12

Closed ingwinlu closed 10 years ago

ingwinlu commented 10 years ago

https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML results in a 404

barrysteyn commented 10 years ago

No it doesn't

ingwinlu commented 10 years ago

well it certainly does for me, as well as some online tools i checked...

404

http://tools.seobook.com/server-header-checker/?page=single&url=https%3A%2F%2Fc328740.ssl.cf1.rackcdn.com%2Fmathjax%2Flatest%2FMathJax.js%3Fconfig%3DTeX-AMS-MML_HTMLorMML&useragent=1&typeProtocol=11

the one from the mathjax doc works with both http and https

<script type="text/javascript"
  src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
almet commented 10 years ago

It's a 404 for me as well.

justinmayer commented 10 years ago

No 404 for me or @Avaris, for what it's worth. The resource loads as expected.

barrysteyn commented 10 years ago

Okay, the URL in question was the CDN documented to get Mathjax via HTTPS. This has now (rather recently) changed, and so even though this works, it is a valid concern. See http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn for the new URL. I am about to release a major new version of this plugin today, and therefore I will incorporate this new URL. Please can everyone try it a little later with the newly released plugin.

barrysteyn commented 10 years ago

New plugin released, waiting for PR to be approved for pelican_plugins repo.

justinmayer commented 10 years ago

PR merged.