dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

Better handling of unencrypted connection to database

Open chalkos opened this issue 8 years ago • 0 comments

Description: Fallback to unencrypted connection to database occurs when the connection fails. In some cases this might not be desirable.

Current default behaviour is:

  1. Try to connect to database using encrypted connection
  2. If the above failed, try to connect to database using unencrypted connection
  3. If the above failed, abort, because no connection is possible

To solve this issue provide a way for the user to specify the following behaviour:

  1. Try to connect to database using encrypted connection
  2. If the above failed, abort, because no encrypted connection is possible

chalkos avatar Apr 28 '16 13:04 chalkos