Page 1 of 1

issue with proxy in my company

Posted: Tue May 15, 2018 8:43 pm
by melmoth
I need to use several RedPi/STEMlab in my lab/university.
I followed the instructions (SD card with the latest version of the os) and plug them in a local area network first, everything worked except the acess to the applications via my webbrowser.
Secondly I plugged it on the network of the lab/company where the IP address is given by the router considerating the MAC address of the board.
then after logged, I enter the lab/university proxy :
export http_proxy="xxxxxxxx.fr:3128/"
export https_proxy="xxxxxxxx.fr:3128/"

I can ping the RedPi/STEMlab, connect to it by ssh in the lab/university but the access by the browser to the webserver doesn't work.

I seriously need help because I don't understand why the browser could not connect to the board, in the university whereas I can do it at home for example.

What does block the access to the webserver ?

Thank you very much

Melmoth

Re: issue with proxy in my company

Posted: Thu May 17, 2018 1:40 pm
by melmoth
Solved