-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't render in Chrome behind SSL #14
Comments
@nadeemja Can you provide some error logs? |
@nadeemja Which version of Chrome exactly are you using? |
Dear @apendua, It turned out to be the SSL configuration of CloudFlare that was problematic. The only error was something about "A Parser-blocking, cross-origin script," in the console. I'm most grateful that you replied so soon. Thank you very much. :) |
@nadeemja Do you this issue is now solved? |
Dear @apendua, Unfortunately, I was wrong. The SSL is not itself the problem. Rather it's some optimisation that CloudFlare does. SSL in Chrome is working now, however, I've had to turn off CloudFlare for now. Have you experimented with CloudFlare? |
@nadeemja Yes, I was using CloudFlare in at least two project and I've never had major problems with their services. One important thing when you're using CloudFlare with a Meteor project is to make sure that the DDP traffic from your application bypasses CloudFlare entirely. Here's a good blog-post explaining the problem and how it can be solved: |
Thank you for the suggestion, @apendua. I'll alert the CloudFlare of this as well. Perhaps they have some idea. When was the last time you used CloudFlare with meteor-mathjax? |
Hello,
I've found that Meteor-mathjax fails to render (goes blank) when using SSL/HTTPS with Chrome.
Chrome without SSL works well.
Other browser work with SSL too.
Please help. Really urgent.
The text was updated successfully, but these errors were encountered: