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

failed open my gitea web by TLS1.3 in chrome #32606

Open
ganyu123456 opened this issue Nov 22, 2024 · 0 comments
Open

failed open my gitea web by TLS1.3 in chrome #32606

ganyu123456 opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@ganyu123456
Copy link

Description

image l can not open my my gitea web by TLS1.3 in chrome , but can open by TLS1.2 in chrome 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?

use docker-compose.yml
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=xxx
- GITEA__database__NAME=gitea
- GITEA__database__USER=xxx
- GITEA__database__PASSWD=xxx
restart: always
ports:
- "3000:3000"
- "222:22"
volumes:
- /home/gitea/data:/data
- /home/gitea/log:/data/gitea/log

Database

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant