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

feat: enable socks-proxy for bundler download #8596

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

lonelam
Copy link
Contributor

@lonelam lonelam commented Jan 13, 2024

description: I encountered the error message tauri Connection Failed: Connect error: SOCKS feature disabled. when I want to bundle the tauri app, and I realized that my socks proxy is not supported defaultly by ureq. The socks proxy is widely used in Mainland China and Russia to bypass the Great Firewall, and I think the cost of enable socks-proxy feature is much lower than the benefit for developers that rely on proxy toolchains to work.

related issue: #7338 #7338

@lonelam lonelam requested a review from a team as a code owner January 13, 2024 16:03
@amrbashir amrbashir merged commit 8032b22 into tauri-apps:dev Jan 16, 2024
10 checks passed
amrbashir pushed a commit that referenced this pull request Jan 16, 2024
* feat: enable socks-proxy for bundler download

* change file
amrbashir added a commit that referenced this pull request Jan 16, 2024
* feat: enable socks-proxy for bundler download

* change file

Co-authored-by: Lai Zn <laizenan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants