Skip to content

Conversation

carl-peng
Copy link
Contributor

Fix wrong ssl flag to avoid always fail in 'object has no attribute 'client_cert_file' when try connect to an MongoDB with SSL

@timvaillancourt timvaillancourt self-assigned this Oct 26, 2017
@timvaillancourt
Copy link
Contributor

Blocked by #238. This will fix the Travis CI failure blocking this PR

@timvaillancourt
Copy link
Contributor

timvaillancourt commented Oct 27, 2017

Hi @carl-peng,

Unfortunately a new flake8 code quality check is blocking your change in Travis-CI. Our build checks flake8 each build.

I've fixed this new flake8 error in #238, however this means you'll need to merge master into your branch to get this fix. Could you do that please?

This can be done in your branch's checkout with:

  1. git remote add upstream https://github.com/Percona-Lab/mongodb_consistent_backup
  2. git fetch upstream
  3. git merge upstream/master
  4. git push

Once Travis-CI passes this can be merged. Thanks!

Tim

@carl-peng
Copy link
Contributor Author

hi, Tim,
Sure, I'll do it.
Thanks a lot for notice.

Carl

@timvaillancourt
Copy link
Contributor

This looks good now, thanks @carl-peng!

@timvaillancourt timvaillancourt merged commit cab7d3c into Percona-Lab:master Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants