WeBWorK Problems

Graphics won't load

Graphics won't load

by Tamara Lakins -
Number of replies: 2

I've had several students who report that the plots in my webwork assignments are not loading.  I am attaching a screen shot so you can see what's happening.  Here are the URLs for some of these problems:

Library/Rochester/setLimitsRates1_5Graphs/ur_lr_1-5_1_mo.pg

Library/UMN/calculusStewartCCC/s_2_5_3.pg

Library/UMN/calculusStewartCCC/s_2_2_6.pg

I have advised students to use the latest version of Chrome or Firefox as their browser.  Two of the students experiencing this problem reported that they are using Windows 10.  I am using webwork on a MacBook Air using firefox, and the graphics load fine for me.

Thanks in advance for any ideas you may have for fixing this problem.

Attachment hw2screenshot.png
In reply to Tamara Lakins

Re: Graphics won't load

by Danny Glin -

I believe that the issue is that the MAA server is configured to use SSL to serve pages securely (i.e. using https), but the image files are being sent insecurely (i.e. using http).  Some browsers are more strict than others about viewing pages that have a combination of secure and insecure elements, and it looks like Chrome is refusing to load images in a secure page if the images are not sent securely.

I was able to reproduce this behaviour with Chrome, while Safari didn't complain.

I have reported the issue to the MAA.  Hopefully they will be able to fix it.