Allow insecure connections to Gitlab (#234)

This MR makes it possible to ignore bad x509 certificates when connecting to Gitlab, by creating a custom HTTP connection. The option is exposed via the setup function. This is a PATCH release.
This commit is contained in:
Harrison (Harry) Cramer
2024-04-02 21:53:25 -04:00
committed by GitHub
parent 670f08849f
commit 4f1fe4ae25
5 changed files with 45 additions and 15 deletions

View File

@@ -20,6 +20,9 @@ M.settings = {
imply_local = false,
},
},
connection_settings = {
insecure = true,
},
attachment_dir = "",
help = "g?",
popup = {