Skip to content

adstex v0.4.0

Choose a tag to compare

@yymao yymao released this 25 Jan 15:47
a7741d1

A new option --disable-ssl-verification is introduced to temporarily disable the verification of SSL certification. This option can be handy when ADS has just updated their SSL certification while your local SSL certification installation has been updated (which will result in a SSLCertVerificationError).

Note that with this option, your ADS API key may be vulnerable to a man-in-the-middle attack. You can generate new ADS API key on ADS website if you think your API key may have been compromise.

Thanks to @kirxkirx for suggesting this feature in #33.