mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#298
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 @NghiaTranUIT on GitHub (Aug 23, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/298
Originally assigned to: @kics223w1 on GitHub.
Description
⚠️ Do not implement this ticket until the #296 and #297 and reviewed and working fine.
It's time to support WSS.
How to start a Secure Websocket
There are two scenarios:
UI
@NghiaTranUIT commented on GitHub (Aug 23, 2023):
Unit Tests
npm run start_wss1. WSS with no SSL Proxying
=> The shell script works fine, no error
=> Capture the stdout of the shell script -> Assert the output -> Have the data properly
=> Assert the Pool has 1 flow -> Assert the URL
For example:
2. WSS with SSL Proxying
=> The shell script works fine, with no error
=> Get the FlowPool -> Get the first websocket message -> Assert the URL: Make sure it's
wss://format, Assert the storage (Message total, data, ...)