PoshSec / PoshSecFramework

A framework for PowerShell and PoshSec scripts for network management, security, and maintenance.
BSD 3-Clause "New" or "Revised" License
145 stars 23 forks source link

Add proxy support #13

Closed Maijin closed 6 years ago

Maijin commented 10 years ago

Could be nice to be able to download script and update help when using a proxy http://vhusker.com/?p=93 for example

Ben0xA commented 10 years ago

I'll add a proxy tab in the settings. Great feedback. I appreciate it!

Maijin commented 10 years ago

Yep and also on the first startup ;-)

Ben0xA commented 10 years ago

Yeah. My intent is to have an option in the first time utility to specify a proxy which will update the settings. Then also to have a proxy/network tab in the settings that will have what ever was entered in that utility. So you can turn it on / off as needed.

Great idea.

Good-man commented 6 years ago

Is there any reason not to use the system proxy by default? We could add a PSF override under settings, but this should satisfy the most common use case.

image

Good-man commented 6 years ago

I have confirmed that this works. I will leave the issue open until a PSF system proxy override is implemented.

mwjcomputing commented 6 years ago

@Good-man I agree that using the system value would satisfy the most common use case. But I agree we need a way to override.

Good-man commented 6 years ago

image

mwjcomputing commented 6 years ago

Cool. I will test on a network with a proxy tomorrow and let you know, but all features still seem to be working with this support on a non proxy'd network.