Skip to content

v1.24: Add an option to disable SSL verification

Choose a tag to compare

@artemlos artemlos released this 10 Nov 12:50
· 19 commits to master since this release

SSL certificate verification can be disable by setting adding the following line before calling e.g., Key.Activate:

HelperMethods.SSLVerifyEnabled=false;