Mentions légales du service

Skip to content

Making Django HTTPS aware

BERJON Matthieu requested to merge django-https into django

In the runner template, we give to the user the A||Go URL to reach in order to identify the new runner. I created two new environment variables to specify both the header and protocol used. This allows the possibility to work with or without SSL (can be useful in development mode). These variables are respectively ALLGO_HTTP_HEADER and ALLGO_HTTP_PROTOCOL

This relates to #213 (closed).

Signed-off-by: Matthieu Berjon matthieu.berjon@inria.fr

Merge request reports