chocolatey / package-validator

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

(GH-230) Add extra TLS/Cipher handling condition #231

Closed mkevenaar closed 4 years ago

mkevenaar commented 4 years ago

When the server unexpectedly closes the connection due to an SSL handshake error, the URL validation should not fail. This should be removed when the Validator server is upgraded.

Related to #230