You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've recently set up a Jobe server for our institution following your instructions from the jobeinabox repo. The server works, it is able to receive and execute requests from Moodle. However, after adding password protection to the Jobe server so that it's not open to the public, we get a "Sandbox submission limit reached" error when trying to execute code within the coderunner plugin:
The way we set this up was by first creating a .htpasswd password file on the server and then adding this block of code to the <VirtualHost *:443> of the 000-jobe.conf file:
Hi there,
We've recently set up a Jobe server for our institution following your instructions from the jobeinabox repo. The server works, it is able to receive and execute requests from Moodle. However, after adding password protection to the Jobe server so that it's not open to the public, we get a "Sandbox submission limit reached" error when trying to execute code within the coderunner plugin:
The way we set this up was by first creating a .htpasswd password file on the server and then adding this block of code to the <VirtualHost *:443> of the 000-jobe.conf file:
"
AuthName "Dialog prompt"
AuthType Basic
AuthUserFile /var/www/html/.htpasswd
Require valid-user
"
Is there any setting in Moodle where we could allow outgoing requests to bypass the authentication?
Thank you.
The text was updated successfully, but these errors were encountered: