Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support self-signed certs for the gitlab server #49

Closed
fdbastionamio opened this issue Jul 19, 2023 · 1 comment · Fixed by #50
Closed

Support self-signed certs for the gitlab server #49

fdbastionamio opened this issue Jul 19, 2023 · 1 comment · Fixed by #50

Comments

@fdbastionamio
Copy link
Contributor

Hi, I have a gitlab server with a self-signed cert which causes issues with the forwarding via reqwest.

@fdbastionamio
Copy link
Contributor Author

I have authored PR #50 with the following changes:

  • Added a ssl-cert config option in the gitlab section where users can specify the path to their self-signed certs (PEM)
  • Inject any supplied ssl-cert when building a new Reqwest::Client for admin and non-admin requests

@w4 w4 closed this as completed in #50 Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant