Tuesday, January 16, 2018

How to set the proxy settings in Windows via command line

Type this in the cmd window to set it :
set HTTP_PROXY=http://user:password@web-proxy.domain.com:port
(note that the setting will get deleted once you close the window)
set HTTPS_PROXY=http://user:password@web-proxy.domain.com:port

No comments:

Installing SSLyze

SSLyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive,...