Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • {"useSSL=false"} is translated to "sslMode=DISABLED".
  • {"useSSL=true", "requireSSL=false", "verifyServerCertificate=false"} is translated to "sslMode=PREFERRED".
  • {"useSSL=true", "requireSSL=true", "verifyServerCertificate=false"} is translated to "sslMode=REQUIRED".
  • {"useSSL=true" AND "verifyServerCertificate=true"} is translated to "sslMode=VERIFY_CA".
  • There is no equivalent legacy settings for "sslMode=VERIFY_IDENTITY".

...