-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[Bug] SKIP_TLS_VERIFY=true not working on webhook #8787
Comments
We haven't support |
@lunny I've seen that Dockerimage doesn't contain the app.ini file , so I suspect Dockerfile generates by itself on container start with environment variables, so I have a question. Could I mount only with this option and with the environment variables?
with only this option in my_app.ini ? [webhook]
SKIP_TLS_VERIFY = true |
Hi @lunny I've tested , and remembered that app.ini is created in the setup phase, so previous solution doesn't work. Could be good if addedSKIP_TLS_VERIFY as environment var. Thank you for your attention. |
This is yet another example of a thing that #7287 would fix... The environment variable would be GITEA__WEBHOOK__SKIP_TLS_VERIFY |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
Gitea version 1.11.0+dev-146-g232340f5e built with GNU Make 4.2.1, go1.13.4 : bindata, sqlite, sqlite_unlock_notify
Docker
[x]
):Description
Gitea is not able to launch remote webhook, even when SKIP_TLS_VERIFY=true environment variable is set.
This is my service config.
The text was updated successfully, but these errors were encountered: