chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

(GH-237) Add proxy config for URL Validation #238

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

When running URL validation on AWS instances, there are known issues when attempting to validate certain URL's. A work around has been found which allows using a proxy to route the requests through, which has proven to work. This configuration has been added, based on both coming from the application app.config file, as well as environment variables. This allows for running the tests on TeamCity, where the app.config isn't being used. The app.config file settings will always be preferred, if available.

Fixes #237