mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1924] proxyman-cli import does not enable SSL proxying rules #1918
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1918
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?
Originally created by @samybenatt on GitHub (Feb 2, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1924
Originally assigned to: @NghiaTranUIT on GitHub.
Description
SSL Proxying rules are correctly imported to Proxyman with proxyman-cli but not enabled.
Extract of the JSON configuration file:
isEnabled is correctly set to true.
Steps to Reproduce
/Applications/Proxyman.app/Contents/MacOS/proxyman-cli export -o proxyman_test.json/Applications/Proxyman.app/Contents/MacOS/proxyman-cli import -m override -i /tmp/proxyman_test.jsonSSL Proxying rules are correctly imported but not enabled.
Tried with other tools (Allow List, Scripting, ...), isEnabled is correctly taken into account.
Seems to be specific to sslProxyingData.
Current Behavior
SSL Proxying rules are successfully imported but without being enabled while "isEnabled" is true
Expected Behavior
SSL Proxying rules should be imported and enabled
Environment
@NghiaTranUIT commented on GitHub (Feb 3, 2024):
Thanks. It's a bug. I will fix it and send you a Beta build 👍
@NghiaTranUIT commented on GitHub (Feb 10, 2024):
It's fixed with this Beta build: https://download.proxyman.io/beta/Proxyman_4.16.0_Fix_ssl_proxying_import_from_proxyman-cli.dmg
@samybenatt commented on GitHub (Feb 13, 2024):
@NghiaTranUIT
Confirmed working with the above build, thanks for your help! 🙏
@samybenatt commented on GitHub (Feb 13, 2024):
@NghiaTranUIT it worked but somehow broke the script tool, especially when trying to use env variables