rvojcik/gitlab-project-export

option for self-signed certs?

Closed this issue · 3 comments

As many people run gitlab on private instances, they may be using self-signed certs. Is there a technique to work with this setup?

I'm thinking of a couple different solutions:

  • an option to point to a cert file
  • an option to disable SSL verification
  • at least an update to README saying how to use REQUESTS_CA_BUNDLE to point to cert

Hi @sre-ops ,

It's good idea, i'll allocate some time to implement it.

I'll add option for optional CA cert bundle and also for disable SSL verification. It can be helpful also for development and testing purposes.

@sre-ops I have added gitlab.access.ssl_verify option to configuration file. Check config.yaml-example

Awesome work, thank you!