mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #643] [MERGED] fix(reqwest): use rustls-tls-native-roots to profite OS level custom CA certs #557
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#557
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/643
Author: @hydezhao
Created: 7/19/2024
Status: ✅ Merged
Merged: 10/17/2024
Merged by: @ku1ik
Base:
develop← Head:feat/default-tls📝 Commits (2)
c4d9ed2fix(reqwest): add default-tls feature to reqwestfbc8279use rustls-tls-native-roots instead📊 Changes
2 files changed (+53 additions, -9 deletions)
View changed files
📝
Cargo.lock(+52 -8)📝
Cargo.toml(+1 -1)📄 Description
Add add
rustls-tls-native-rootsfeature to reqwest so that the binary can use CA certificates from OS's keystore.It solves the problem that we cannot upload cast to a self-hosted server with a private CA certificate.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.