SouthbankSoftware / dbkoda

State of the art MongoDB IDE
https://www.dbkoda.com
GNU Affero General Public License v3.0
870 stars 43 forks source link

"Allow invalid certificates" profile setting is disregarded when restoring databases #27

Open Structed opened 6 years ago

Structed commented 6 years ago

Affected Version: dbKoda 1.0.1 Operating System: Windows 10 Pro 1803, Build 17134.165

Steps to Reproduce

  1. Open dbKoda
  2. Enable "Password Store" on the Home Screen
  3. Click the "+" Button on the "Connection Profiles" sidebar
  4. Create a profile with: "Use SSL for all connections" and "Allow invalid certificates"
  5. Connect to this profile
  6. Right-Click the "Databases" field in the sidebar
  7. Choose "Restore Databases"
  8. Choose a Folder to restore from and a Database name
  9. Execute

Expected Behaviour

Actual Behavior

Workaround

Manually insert the --sslAllowInvalidCertificates switch before executing

michaeljharrison commented 6 years ago

Hi Structed,

Thanks for submitting this bug so clearly for us! We'll fix this up and it will be available in the 1.1 release of dbKoda.

Cheers, Mike from dbKoda.

Kind Regards, Mike.

Structed commented 6 years ago

From dev to dev for the better of both of us ;)

Thank you for taking this so quick!