We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To disable the SSL verification, set in the "Generator" section "VerifySsl" to false
{ "Generator": { "Connection": "...", "VerifySsl": false }, ... }
<?xml version="1.0" encoding="utf-8" ?> <Configuration> <Generator> <Connection>...</Connection> <VerifySsl>false</VerifySsl> </Generator> ... </Configuration>