WebworkClient Errors
Errors:
404 Not Found at /opt/webwork/webwork2/lib/WebworkClient.pm line 293.
End Errors
Could this be if in /opt/webwork/webwork2/site.conf, for $server_root_url I did Not have the https: URL, but rather the http: one? We redirect http: to https:
per webwork.
So, http://webwork.<school>.edu gets redirected to url
https:/webwork.<school>.edu/webwork2
I wonder if due to redirect, the perl module is building URL as:
https:/webwork.<school>.edu/webwork2/webwork2 ?
Which, of course, is wrong.