无法使用最新版chrome打开https的gitea页面 #32597
Labels
issue/needs-feedback
For bugs, we need more details. For features, the feature must be described in more detail
issue/not-a-bug
The reported issue is the intended behavior or the problem is not inside Gitea
Description
本地服务部署了gitea服务,使用域名https://gitea.zkjgy.online无法访问,关闭浏览器TLS1.3便可以访问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:
- USER_UID=1000
- USER_GID=1000
- GITEA__database__DB_TYPE=mysql
- GITEA__database__HOST=192.168.2.22:3306
- GITEA__database__NAME=gitea
- GITEA__database__USER=root
- GITEA__database__PASSWD=gy66612345
restart: always
ports:
- "3000:3000"
- "222:22"
volumes:
- /home/gitea/data:/data
- /home/gitea/log:/data/gitea/log
Database
None
The text was updated successfully, but these errors were encountered: