- Set http_proxy, https_proxy and no_proxy in /etc/profile .
export http_proxy="http://proxy.iiit.ac.in:8080"
- Set http_proxy, https_proxy and no_proxy in /etc/environment
- Change the APP_URL in file /var/www/src/config.py appropriately.
# APP_URL APP_URL = "http://10.2.57.1"
- Always check for the route.(Internet is required for google oAuth conectivity.
route add default gw IP
- gateway needs to be manually added after every restart of the server.
- Check for syslogs and apache logs.
- Email used for GET authentication is [email protected]
- Client name : Vlabs Outreach Portal
- Updated on 29th October,2021 based on authenciation failure logged by IIT Delhi