From: Alexander Vasarab Date: Wed, 10 Feb 2021 07:13:28 +0000 (-0800) Subject: Disable TLS warnings X-Git-Tag: v3.2.0^2~1^2~3 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/05ff6eb0591fa21c639721197f6f7c50720e6d33?ds=sidebyside;hp=05ff6eb0591fa21c639721197f6f7c50720e6d33 Disable TLS warnings 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. ---