Open bjoernricks opened 1 month ago
Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️
Hey, thanks for reporting!
The possible solution you recommended looks solid, would you be down to implement it? 🐻 I can also try it out but it would be easier if you already have an environment to test it out.
Sorry missed your answer. Sadly I have no experience with ruff yet and therefore I don't think I can provide a good PR :-(
Is there an existing issue for this?
Description of the bug
Hi,
currently it's not possible to use git-cliff with a self-hosted GitLab instance that uses an own CA for example with self-signed certificates.
A possible solution would be to use the
rustls-tls-native-roots
feature instead ofrustls-tls
for reqwest or provide a similar CLI argument like uv in https://github.com/astral-sh/uv/pull/2362Steps To Reproduce
Expected behavior
git-cliff can request information from a self-hosted GitLab instance using an own CA cert chain
Screenshots / Logs
Software information
Additional context
No response