mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-08-14 14:01:17 -04:00
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