Disable TLS warnings
authorAlexander Vasarab <alexander@wylark.com>
Wed, 10 Feb 2021 07:13:28 +0000 (23:13 -0800)
committerAlexander Vasarab <alexander@wylark.com>
Wed, 10 Feb 2021 07:13:28 +0000 (23:13 -0800)
This first came about because there was a problem with NRCS TLS
certificates (possibly due to the expiry of the 'AddTrust' root cert).
This caused me to examine whether privacy is even necessary of these
requests. We're requesting public data for integration into a private
system. Thus, privacy is preferred, but not necessary. And therefore, a
correct TLS chain is preferred, but not necessary.


No differences found