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

Closed
opened 2025-11-02 10:51:43 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @ganyu123456 on GitHub (Nov 21, 2024).

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

Originally created by @ganyu123456 on GitHub (Nov 21, 2024). ### Description <img width="782" alt="image" src="https://github.com/user-attachments/assets/c9795771-966b-49c3-b7c7-87374c8918fa"> <img width="842" alt="image" src="https://github.com/user-attachments/assets/da5745fd-cc0e-4b29-b735-a21f9a6099a7"> 本地服务部署了gitea服务,使用域名https://gitea.zkjgy.online无法访问,关闭浏览器TLS1.3便可以访问 <img width="1667" alt="image" src="https://github.com/user-attachments/assets/49654fb7-9d28-4059-b390-1a24ed5106ac"> <img width="1727" alt="image" src="https://github.com/user-attachments/assets/27ad2e83-6739-4cee-8225-fa6370f44a3c"> ### 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
GiteaMirror added the issue/needs-feedbackissue/not-a-bug labels 2025-11-02 10:51:43 -06:00
Author
Owner

@lunny commented on GitHub (Nov 21, 2024):

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

@lunny commented on GitHub (Nov 21, 2024): Use `=` but `:` in your app.ini. Closed as you need to speak in English.
Author
Owner

@ganyu123456 commented on GitHub (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
@ganyu123456 commented on GitHub (Nov 22, 2024): > Use `=` but `:` in your app.ini. Closed as you need to speak in English. <img width="780" alt="image" src="https://github.com/user-attachments/assets/f2bd249e-aaab-4b49-a870-2d037d181feb"> update my app.ini ,but still open my web by TLS1.3 in chrome <img width="1180" alt="image" src="https://github.com/user-attachments/assets/e86904de-d958-4c57-bc6c-17200d3b4b0a"> please check my app.ini ,help me solve my question
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13735