ProxymanApp / ProxymanApp/Proxyman
Pulse Connect Secure VPN with Proxyman : working solution
@NghiaTranUIT is already working on this.
Since Apr 12, 2022.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
I tried official process from Proxyman Documentation but it won't work.
So, here is my solution, with a very highly secured VPN.
First, you need to install OpenConnect.
brew install openconnect
You need to obtain installation path for openconnect.
whereis -b openconnect
After that, don't forget to edit /etc/sudoers
sudo visudo -f /etc/sudoers
Add this line and replace <openconnect-binary-path> with your binary path.
%admin ALL=(ALL) NOPASSWD: <openconnect-binary-path>
Now, you can connect to your secured proxy using Juniper SSL / Pulse Connect Secure protocol.
sudo openconnect --protocol nc -u <username> <proxy-url>
Once connected, launch Proxyman and it will work like a charm.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.