mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4442] [MERGED] feat: openssl based hoppscotch-relay for request forwarding #4805
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4805
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/hoppscotch/hoppscotch/pull/4442
Author: @CuriousCorrelation
Created: 10/16/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @AndrewBastin
Base:
next← Head:agent/deps/curl-rust/only-openssl📝 Commits (9)
cd55043fix: alphabetical authors list6074b57feat:openssl-only fork ofcurl-rust391a565feat: client and CA certificate setting optionsadad102feat: addCAcertificate modal and process7fc4c1afix: version mismatch errors on windowsc57e4a2feat: toast for invalid CA cert file type72cdbdafix: preventSSLcontext drop in callbacks603084ffeat: introducinghoppscotch-relay5cb1ecbfeat: usehoppscotch-relayas request proxy📊 Changes
28 files changed (+2285 additions, -860 deletions)
View changed files
📝
packages/hoppscotch-agent/src-tauri/Cargo.lock(+171 -150)📝
packages/hoppscotch-agent/src-tauri/Cargo.toml(+3 -7)📝
packages/hoppscotch-agent/src-tauri/src/controller.rs(+36 -35)📝
packages/hoppscotch-agent/src-tauri/src/error.rs(+2 -0)➖
packages/hoppscotch-agent/src-tauri/src/interceptor.rs(+0 -567)📝
packages/hoppscotch-agent/src-tauri/src/lib.rs(+1 -2)📝
packages/hoppscotch-agent/src-tauri/src/model.rs(+3 -72)📝
packages/hoppscotch-agent/src-tauri/src/state.rs(+8 -8)📝
packages/hoppscotch-agent/src-tauri/src/util.rs(+0 -7)📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components.d.ts(+1 -0)➕
packages/hoppscotch-common/src/components/interceptors/agent/ModalNativeCACertificates.vue(+181 -0)📝
packages/hoppscotch-common/src/components/settings/Agent.vue(+4 -12)➕
packages/hoppscotch-common/src/helpers/utils/file-extension.ts(+7 -0)➕
packages/hoppscotch-relay/.envrc(+3 -0)➕
packages/hoppscotch-relay/.gitignore(+10 -0)➕
packages/hoppscotch-relay/Cargo.lock(+644 -0)➕
packages/hoppscotch-relay/Cargo.toml(+21 -0)➕
packages/hoppscotch-relay/LICENSE.md(+21 -0)➕
packages/hoppscotch-relay/README.md(+201 -0)...and 8 more files
📄 Description
PR adds support for statically linked OpenSSL as the sole SSL backend for all platform using
curl-rust'sopenssl-onlyfork via the newhoppscotch-relaypackage.Closes HFE-625 and HFE-632
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.