We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TLS/SSL is used to provide communication security (privacy, integrity and authenticity). When you set `OpenSSL::SSL::VERIFY_NONE` you sacrifice authenticity – that is, you cannot be sure that you are actually talking to the database you intend to. `VERIFY_NONE` should only be used in the rare cases where authentic identities are not available, not recommended generally for connection management.
Updated Connection Management (markdown)
Created Connection Management (markdown)