go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.24k stars 5.5k forks source link

无法使用最新版chrome打开https的gitea页面 #32597

Closed ganyu123456 closed 14 hours ago

ganyu123456 commented 19 hours ago

Description

image image

本地服务部署了gitea服务,使用域名https://gitea.zkjgy.online无法访问,关闭浏览器TLS1.3便可以访问

image image

Gitea Version

1.22.1

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

version: '3'

services: gitea: image: gitea/gitea:latest container_name: gitea environment:

Database

None

lunny commented 14 hours ago

Use = but : in your app.ini. Closed as you need to speak in English.

ganyu123456 commented 7 hours ago

Use = but : in your app.ini. Closed as you need to speak in English.

image

update my app.ini ,but still open my web by TLS1.3 in chrome

image

please check my app.ini ,help me solve my question