chocolatey / package-validator

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

(GH-216) Add handling for specific error Status #217

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

Since we can't guarantee that all TLS Ciphers are available on current package-validator infrastructure, if there is a TLS Channel failure, assume that it is due to a missing cipher, and validate the URL. Once moved to new hardware, we can back out this change.

Fixes #216