Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Support SSL verification via internal CA bundle #1

Closed
wants to merge 1 commit into from

Conversation

mdhausman
Copy link

Note this is purely a review request, not a merge. When I get a ship it, I can create a new PR direct from my branch to the original master branch

Copy link

@jonbiddle jonbiddle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

gitlab/config.py Outdated
except Exception:
pass
try:
self.ssl_verify = self._config.getboolean(self.gitlab_id,
'ssl_verify')
except ValueError:
self.ssl_verify = self._config.get(self.gitlab_id, 'ssl_verify')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's worth adding an explanation comment here as well, just in case someone is following a stack trace they may not see the one above.

@mdhausman mdhausman force-pushed the feature_internal_cert_configuration branch from 7fda486 to c10a4dc Compare July 31, 2017 23:35
@mdhausman
Copy link
Author

Okay, cool. Submitted a PR to the original fork: python-gitlab#294

@mdhausman mdhausman closed this Jul 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants