Skip to content
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

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

Closed
ganyu123456 opened this issue Nov 21, 2024 · 2 comments
Closed

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

ganyu123456 opened this issue Nov 21, 2024 · 2 comments
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

Comments

@ganyu123456
Copy link

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:
- 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

@lunny lunny added 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 and removed type/bug labels Nov 21, 2024
@lunny
Copy link
Member

lunny commented Nov 21, 2024

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

@lunny lunny closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
@ganyu123456
Copy link
Author

ganyu123456 commented Nov 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants