Support HTTP/2 in Let's Encrypt #16371

Merged
stanthetiger merged 5 commits from main into main 2021-07-13 17:17:46 +00:00
stanthetiger commented 2021-07-08 10:09:23 +00:00 (Migrated from github.com)

Modified the tlsConfig.NextProtos for Let's Encrypt and built-in HTTPS server in order to support HTTP/2.

Modified the tlsConfig.NextProtos for Let's Encrypt and built-in HTTPS server in order to support HTTP/2.
6543 (Migrated from github.com) reviewed 2021-07-08 10:46:17 +00:00
6543 (Migrated from github.com) commented 2021-07-08 10:46:17 +00:00

Why replace if you can add?

Why replace if you can add?
6543 (Migrated from github.com) reviewed 2021-07-08 11:35:08 +00:00
6543 (Migrated from github.com) commented 2021-07-08 11:35:08 +00:00
		config.NextProtos = []string{"h2", "http/1.1"}
```suggestion config.NextProtos = []string{"h2", "http/1.1"} ```
6543 (Migrated from github.com) approved these changes 2021-07-08 11:35:57 +00:00
lafriks (Migrated from github.com) approved these changes 2021-07-09 01:15:53 +00:00
zeripath approved these changes 2021-07-13 16:47:11 +00:00
This repo is archived. You cannot comment on pull requests.
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#16371
No description provided.