mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 08:01:03 -04:00
a3296f475f
SSL interception on this network presents certificates without SANs for the target hostname, breaking git clone operations during Gitea migrations. Add migration and git-level TLS bypass settings. - rootfs/tmp/etc/gitea/app.ini: add [migration] section with SKIP_TLS_VERIFY=true - rootfs/tmp/etc/gitea/app.ini: add [git.config] http.sslVerify=false rootfs/tmp/etc/gitea/app.ini