ProxymanApp / ProxymanApp/Proxyman

Pulse Connect Secure VPN with Proxyman : working solution

Open
#1,203 3 comments 2 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.